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

7 lines
136 B
HLSL

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