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

9 lines
113 B
HLSL
Raw Normal View History

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