mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
working on WebGPU command lists
This commit is contained in:
4
Examples/WebGPU/shader.wgsl
git.filemode.normal_file
4
Examples/WebGPU/shader.wgsl
git.filemode.normal_file
@@ -0,0 +1,4 @@
|
||||
@compute @workgroup_size(32, 32, 1)
|
||||
fn main(@builtin(global_invocation_id) grid: vec3u)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user