Skip to content

Commit

Permalink
Compat: Fix in_pass_misc.spec.ts for textureBindingViewDimension
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 4, 2023
1 parent d52c516 commit 33675ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ g.test('subresources,texture_usages_in_copy_and_render_pass')
GPUTextureUsage.STORAGE_BINDING |
GPUTextureUsage.RENDER_ATTACHMENT,
size: [kTextureSize, kTextureSize, 1],
...(t.isCompatibility && {
textureBindingViewDimension: '2d-array',
}),
});

const UseTextureOnCommandEncoder = (
Expand Down

0 comments on commit 33675ca

Please sign in to comment.