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 8, 2023
1 parent 2b02615 commit 9159f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ g.test('bgl_resource_type_mismatch')
)
.params(
kCompatTestParams
//.beginSubcases()
.beginSubcases()
.combine('bgResourceType', kResourceTypes)
.combine('plResourceType', kResourceTypes)
.expand('useU32Array', p => (p.bgResourceType === 'uniformBuf' ? [true, false] : [false]))
Expand Down

0 comments on commit 9159f02

Please sign in to comment.