dawn-cmake/test/tint/ptr_ref/store/global/i32.wgsl.expected.fxc.hlsl

9 lines
89 B
HLSL

static int I = 0;
[numthreads(1, 1, 1)]
void main() {
I = 123;
I = 123;
return;
}