Arman Uguray
Arman Uguray
I believe I have identified a bug in the Metal compiler that violates the expected memory access and barrier ordering when a compute kernel uses dynamic threadgroup memory (i.e. when...
The WGSL specification has introduced the `enable` directive for to implementation-specific extensions (see https://www.w3.org/TR/WGSL/#enable-extensions-sec). Currently naga rejects these as an invalid token, for example: ``` enable f16; ^^^^^^ expected global...
@c0deaddict raised compatibility issues with mouse events not triggering via `DeviceEvent` in #22. I noticed another issue with DeviceEvent in which dragging the window by its chrome doesn't work properly...
Add a basic guide for running Xcode and RenderDoc to step through the shader code, inspect resources, etc. Launching the Rust binary with Xcode (when running with the wgpu Metal...