Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Mar 14, 2024
1 parent 0fb2246 commit 632ba3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgpu/shader/execution/statement/discard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ fn fsMain(@builtin(position) pos : vec4f) -> @location(0) u32 {
a,
(idx: number, value: number | bigint) => {
return value === kWidth * kHeight;
//return value === 0;
},
{
predicatePrinter: [
Expand Down

0 comments on commit 632ba3c

Please sign in to comment.