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

8 lines
94 B
HLSL

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