Skip to content

Commit

Permalink
Fix typo (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 11, 2024
1 parent 3ee3bea commit 90e531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vello_shaders/shader/shared/bbox.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// TODO: This also carries a `draw_flags` field that contains information that gets propagated to
// the draw info stream. This is currently only used for the fill rule. If the other bits remain
// unused we could possibly pack this into some other field, such as the the MSB of `trans_ix`.
// unused we could possibly pack this into some other field, such as the MSB of `trans_ix`.
struct PathBbox {
x0: i32,
y0: i32,
Expand Down

0 comments on commit 90e531c

Please sign in to comment.