fixing descriptor sets population
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user