fixing descriptor sets population
All checks were successful
Build / build (push) Successful in 1m6s
Test / build (push) Successful in 4m55s

This commit is contained in:
2026-02-26 01:03:52 +01:00
parent 2409ec7269
commit e09a41754f
6 changed files with 43 additions and 51 deletions

View File

@@ -18,8 +18,8 @@ external
}
[entry(compute)]
[workgroup(16, 16, 1)]
[workgroup(16, 1, 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] = i32(input.indices.x);
}