Arman Uguray
Arman Uguray
Hi there! I promised an update a while ago but I didn't get a chance to update the issue. I narrowed down the miscompilation to the dynamic workgroup memory declaration...
I've been seeing this issue for some time now too and sent a bug report to the Arc team. The standard WebGPU examples (https://webgpu.github.io/webgpu-samples) fail for me with the same...
In newer versions of winit (0.29) this is done slightly differently: ``` event_loop.run(|event, control_target| { control_target.set_control_flow(ControlFlow::Poll); match event { Event::WindowEvent { event, .. } => match event { WindowEvent::CloseRequested =>...
Thank you @trevordblack, that would be very helpful. It's not urgent so please don't feel pressured.
Yep! This is also the way the GPU edition draft recommends implementing basic roughness since it works well for refraction.