mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 04:31:30 +11:00
fmt
This commit is contained in:
parent
6bd644f7cc
commit
c6b319aca0
|
@ -63,7 +63,7 @@ fn main(
|
||||||
atomicStore(&sh_bitmaps[i][local_id.x], 0u);
|
atomicStore(&sh_bitmaps[i][local_id.x], 0u);
|
||||||
}
|
}
|
||||||
workgroupBarrier();
|
workgroupBarrier();
|
||||||
|
|
||||||
// Read inputs and determine coverage of bins
|
// Read inputs and determine coverage of bins
|
||||||
let element_ix = global_id.x;
|
let element_ix = global_id.x;
|
||||||
var x0 = 0;
|
var x0 = 0;
|
||||||
|
|
Loading…
Reference in a new issue