Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 17, 2024
1 parent 48b328e commit 3586d8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ Tests that you can not use 2 different views of the same texture in a render pas
t.skipIf(
t.isCompatibility &&
textureType === 'storage' &&
!(t.device.limits.maxStorageBuffersInFragmentStage! > 2)
!(t.device.limits.maxStorageBuffersInFragmentStage! > 2),
`device only supports maxStorageBuffersInFragmentStage(${t.device.limits.maxStorageBuffersInFragmentStage}) but test needs 2`
);

const { bindConfig, fn } = kBindCases[bindCase];
Expand Down

0 comments on commit 3586d8f

Please sign in to comment.