mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
4
Tests/Shaders/WebGPU/Simple.wgsl
git.filemode.normal_file
4
Tests/Shaders/WebGPU/Simple.wgsl
git.filemode.normal_file
@@ -0,0 +1,4 @@
|
||||
@compute @workgroup_size(16, 16, 1)
|
||||
fn main(@builtin(global_invocation_id) grid: vec3<u32>)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user