dawn-cmake/test/tint/expressions/binary/sub/scalar-scalar/u32.wgsl.expected.fxc.hlsl

6 lines
75 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void f() {
const uint r = 4294967295u;
return;
}