dawn-cmake/test/tint/expressions/binary/mod/vec3-scalar/i32.wgsl.expected.fxc.hlsl

7 lines
103 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const int3 r = (a % 4);
return;
}