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

14 lines
159 B
HLSL
Raw Normal View History

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