We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d4151 commit bb93654Copy full SHA for bb93654
sparse_strips/vello_toy/src/debug.rs
@@ -87,7 +87,7 @@ fn main() {
87
}
88
89
if stages.iter().any(|s| s.requires_wide_tiles()) {
90
- wide.generate(&strip_buf, BLACK.into(), 0);
+ wide.generate(&strip_buf, BLACK.into(), 0, None);
91
92
93
draw_grid(&mut document, args.width, args.height);
0 commit comments