Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphlinus committed Oct 27, 2023
1 parent 75054b0 commit 7a80c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shader/fine.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var<workgroup> sh_winding_y_prefix: array<atomic<u32>, 4u>;
var<workgroup> sh_winding: array<atomic<u32>, 64u>;
// This array contains winding numbers of multiple sample points within
// a pixel, relative to the winding number of the top left corner of the
// pixels. The encoding and packing is the same as `sh_winding_y`.
// pixel. The encoding and packing is the same as `sh_winding_y`.
var<workgroup> sh_samples: array<atomic<u32>, SH_SAMPLES_SIZE>;

// number of integer cells spanned by interval defined by a, b
Expand Down

0 comments on commit 7a80c89

Please sign in to comment.