mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
* 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
7 lines
51 B
HLSL
7 lines
51 B
HLSL
|
|
[numthreads(1, 1, 1)]
|
|
void main()
|
|
{
|
|
return;
|
|
}
|