dawn-cmake/test/ptr_ref/load/global/i32.spvasm.expected.hlsl

10 lines
119 B
HLSL

static int I = 0;
[numthreads(1, 1, 1)]
void main() {
const int x_9 = I;
const int x_11 = (x_9 + 1);
return;
}