mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-13 08:13:34 +00:00
adding bindsgroup reflection to WebGPU backend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@group(0) @binding(0) var<storage, read_only> read_ssbo: array<u32>;
|
||||
@group(0) @binding(0) var<storage, read> read_ssbo: array<u32>;
|
||||
@group(1) @binding(0) var<storage, read_write> write_ssbo: array<u32>;
|
||||
|
||||
@compute @workgroup_size(16, 16, 1)
|
||||
|
||||
Reference in New Issue
Block a user