wgpu/naga/tests
teoxoy 55c9d69ba0 [naga] fix the way we adjust constant initializers when processing overrides
This fixes 2 issues:
- we used to index `adjusted_global_expressions` with the handle index of the constant instead of its initializer
- we used to adjust the initializer multiple times if the arena contained multiple `Expression::Constant`s pointing to the same constant
2024-04-25 11:04:09 -07:00
..
in [naga] fix the way we adjust constant initializers when processing overrides 2024-04-25 11:04:09 -07:00
out [naga] fix the way we adjust constant initializers when processing overrides 2024-04-25 11:04:09 -07: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 Move to A Single Example Executable (#4756) 2023-11-23 05:26:42 -05:00
snapshots.rs [naga] fix the way we adjust constant initializers when processing overrides 2024-04-25 11:04:09 -07:00
spirv_capabilities.rs Add shader I64 and U64 support (#5154) 2024-03-12 12:34:06 +01:00
wgsl_errors.rs [wgsl-in] add support for override declarations (#4793) 2024-04-05 18:07:41 +02:00