wgpu/naga/tests
Jim Blandy 3ffd5a1e56 [naga wgsl-out] Include the f suffix on f32 literals.
Without the suffix, `Expression::Literal(Literal::F32)` expressions
get written without any suffix on the number, meaning that they get
re-parsed as `AbstractFloat` values. In theory, this should always be
fine, but since we don't actually support abstract types yet in all
the places we should, having them appear in the output causes
validation problems.

See also: #4863, which did the same for `i32` literals.
2023-12-13 13:42:05 +01:00
..
in [naga] Teach the constant evaluator vector/vector operators. 2023-12-12 12:48:10 +01:00
out [naga wgsl-out] Include the f suffix on f32 literals. 2023-12-13 13:42:05 +01: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 wgsl-in] Automatic conversions for global var initializers. 2023-12-06 10:35:21 +01:00
spirv_capabilities.rs Move to A Single Example Executable (#4756) 2023-11-23 05:26:42 -05:00
wgsl_errors.rs [naga wgsl-in] Automatic conversions for global var initializers. 2023-12-06 10:35:21 +01:00