Files
wgpu/tests/out/empty.Compute.hlsl
Timo de Kort 05d3608737 HLSL CI (#788)
* Add validation-windows yml for HLSL

Add workgroup size to hlsl-out

* Update Readme with Make target information

* Change runs on to windows-latest

* Remove snapshot file
2021-05-02 11:29:35 -04:00

7 lines
51 B
HLSL

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