wgpu/naga/tests/out/dot
Jim Blandy 9f498fd571 [naga] Use new NonMaxU32 type for Handle indices.
Define a new type, `NonMaxU32`, that can represent any `u32` value
except `u32::MAX`, defined such that `Option<NonMaxU32>` is still a
32-bit value.

Change `Handle` to use `NonMaxU32`. Adjust all code that works
directly with handle indices to assume zero-based indices, not
one-based indices.
2024-06-21 10:09:03 +02:00
..
quad.dot [naga] Use new NonMaxU32 type for Handle indices. 2024-06-21 10:09:03 +02:00