Lucas Kent

Results 205 comments of Lucas Kent

So a bit of context here, although not very relevant to your problem: This difference between drivers is the cause of a gpu OoM in the examples when running on...

I cant reproduce on Linux + Nvidia GTX 960, Linux + AMD or Windows + AMD. I left it for at least 5 minutes on all and didnt notice an...

I was testing with `future.wait(None).unwrap()` before and couldn't reproduce it.

Thanks for the issue, I don't have macOS so I cant test or investigate the issue myself. Can you try enabling validation layers: `VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation cargo run --bin basic-compute-shader --release` And...

Yeah, someone needs to either: * Create a c++ repro of the frames stacking up. * Or find a bug in vulkano causing frames stacking up.

I tried this branch on my app and my app blows up in wgpu because I'm giving it a window with size of 0x0. Maybe we should we be respecting...

I tested again and it now works perfectly for my application! Thanks so much for implementing this, I would love to see it merged under a feature flag before ResizeObserver...

From looking at the table here: https://developer.mozilla.org/en-US/docs/Web/API/Resize_Observer_API#browser_compatibility It looks like all the unstable API's we need have been stabilized? Can wasm-bindgen be updated accordingly and this PR progressed? Maybe wasm-bindgen...

https://github.com/rust-windowing/winit/pull/2209 has merged, so it would be good to rebase/merge to make it easy to test on the new example.