Files
wgpu/tests/out/hlsl/empty.hlsl
2023-07-17 16:26:08 -07:00

6 lines
50 B
HLSL

[numthreads(1, 1, 1)]
void main()
{
return;
}