wgpu/tests
Evan Mark Hopkins 1ad47f732d
Fix texture built-ins where u32 was expected (#2245)
- 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.
2023-02-13 14:13:58 +01:00
..
in Fix texture built-ins where u32 was expected (#2245) 2023-02-13 14:13:58 +01:00
out Fix texture built-ins where u32 was expected (#2245) 2023-02-13 14:13:58 +01:00
snapshots.rs [glsl] Inject default gl_PointSize = 1.0 in vertex shaders if FORCE_POINT_SIZE option was set (#2223) 2023-02-02 13:08:18 +01:00
spirv-capabilities.rs Fix texture built-ins where u32 was expected (#2245) 2023-02-13 14:13:58 +01:00
wgsl-errors.rs update tests 2023-02-01 12:28:31 +01:00