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

13 lines
136 B
HLSL

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