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

6 lines
104 B
HLSL

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