Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Shao committed Dec 24, 2024
1 parent c35d195 commit 1733951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ works correctly.

const code = `
${declarations}
@compute @workgroup_size(1, 1)
@compute @workgroup_size(1)
fn main() {
${statement};
}
Expand Down

0 comments on commit 1733951

Please sign in to comment.