mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
- The Typifier was updated to expect `uint` - Both `glsl` and `spv` frontends where updated to cast the result to `sint`. - Both `glsl` and `spv` backends where updated to cast the result to `uint`. - Remove cast in `msl` backend.