dawn-cmake/test/var/initialization/function/scalar.wgsl.expected.hlsl

7 lines
66 B
HLSL

[numthreads(1, 1, 1)]
void main() {
int v = 0;
v;
return;
}