This commit is contained in:
2025-03-08 10:37:41 +01:00
parent 8fd62b365b
commit 05a15e2bb4
3 changed files with 8 additions and 10 deletions

View File

@@ -21,5 +21,5 @@ external
[workgroup(16, 16, 1)]
fn main(input: Input)
{
ssbo.data[input.indices.x * input.indices.y] = i32(input.indices.x * input.indices.y);
ssbo.data[input.indices.x * input.indices.y] = i32(input.indices.x * input.indices.y);
}