dawn-cmake/test/tint/expressions/binary/add/scalar-scalar/i32.wgsl.expected.dxc.hlsl

6 lines
64 B
HLSL
Raw Normal View History

[numthreads(1, 1, 1)]
void f() {
const int r = 3;
return;
}