dawn-cmake/test/tint/statements/increment/private.wgsl.expected.dxc.hlsl

11 lines
113 B
HLSL

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