wgpu/naga/tests/out
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
..
analysis [naga] Introduce Scalar type to IR. 2023-11-14 14:21:27 +01:00
dot Move naga to subfolder 2023-10-25 14:25:04 -04:00
glsl [naga] Teach the constant evaluator vector/vector operators. 2023-12-12 12:48:10 +01:00
hlsl [naga] Teach the constant evaluator vector/vector operators. 2023-12-12 12:48:10 +01:00
ir [naga wgsl-in] Implement abstract types for consts, constructors. 2023-11-29 08:58:47 +01:00
msl [naga] Teach the constant evaluator vector/vector operators. 2023-12-12 12:48:10 +01:00
spv [naga] Teach the constant evaluator vector/vector operators. 2023-12-12 12:48:10 +01:00
wgsl [naga wgsl-out] Include the f suffix on f32 literals. 2023-12-13 13:42:05 +01:00