mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
yes
This commit is contained in:
@@ -27,7 +27,7 @@ const char* wgsl_source = WGSL_SOURCE(
|
||||
@compute @workgroup_size(16, 16, 1)
|
||||
fn main(@builtin(global_invocation_id) grid: vec3<u32>)
|
||||
{
|
||||
ssbo[grid.x * grid.y] = i32(grid.x * grid.y);
|
||||
ssbo[grid.x * grid.y] = i32(grid.x * grid.y);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user