Skip to content

Commit

Permalink
missed function
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Sep 1, 2023
1 parent 3367642 commit 6a80aaa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ async function testProgram(t: GPUTest, program: Program) {
//if (kDebugLevel & 0x1) {
// console.log(wgsl);
//}
if (kDebugLevel & 0x2) {
program.dumpStats(true);
}
//if (kDebugLevel & 0x2) {
// program.dumpStats(true);
//}
if (kDebugLevel & 0x4) {
return;
}
Expand Down

0 comments on commit 6a80aaa

Please sign in to comment.