dawn-cmake/test/tint/bug/tint/1332.wgsl.expected.fxc.hlsl

7 lines
125 B
HLSL

[numthreads(1, 1, 1)]
void compute_main() {
const float a = 1.230000019f;
float b = max(a, 1.17549435e-38f);
return;
}