Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 7, 2025
1 parent 56a5115 commit d20b754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ g.test('basic')
t.skipIf(
!(t.device.limits.maxStorageTexturesInFragmentStage! > 0),
`maxStorageTexturesInFragmentStage(${t.device.limits
.maxStorageTexturesInFragmentStage!}) is not >= 0`
.maxStorageTexturesInFragmentStage!}) is not > 0`
);
}
}
Expand Down

0 comments on commit d20b754

Please sign in to comment.