wgpu/naga/tests
Jim Blandy d6c4d5c5c3 [naga] Manually implement serde traits for NonMaxU32.
When the appropriate features are enabled, manually implement
`serde::Serialize` and `serde::Deserialize`, such that the serialized
form of `NonMaxU32::new(n).unwrap()` is the same as that of `n`.

This eliminates the last trace of 1-based indices from Naga's snapshot
tests, and aligns `std::fmt::Debug` with the serialized form.
2024-06-21 10:09:03 +02:00
..
in Add support for 64 bit integer atomic operations in shaders. 2024-06-08 18:36:26 -07:00
out [naga] Manually implement serde traits for NonMaxU32. 2024-06-21 10:09:03 +02:00
example_wgsl.rs [naga] Make the example_wgsl test build without wgsl-in feature. 2023-11-24 13:17:30 +01:00
root.rs [naga] Test CallResult and AtomicResult population. 2024-05-28 09:17:16 +02:00
snapshots.rs Add support for 64 bit integer atomic operations in shaders. 2024-06-08 18:36:26 -07:00
spirv_capabilities.rs Add shader I64 and U64 support (#5154) 2024-03-12 12:34:06 +01:00
validation.rs Add support for 64 bit integer atomic operations in shaders. 2024-06-08 18:36:26 -07:00
wgsl_errors.rs [wgsl-in] add support for override declarations (#4793) 2024-04-05 18:07:41 +02:00