dawn-cmake/test/ptr_ref/load/local/ptr_private.wgsl.expected.hlsl

8 lines
96 B
HLSL

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