Skip to content

Commit

Permalink
Pass adapter limit maxTextureArrayLayers for OOM tests. (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokokung authored Jan 30, 2024
1 parent 78959c7 commit 02e6516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webgpu/api/validation/error_scope.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ErrorScopeTests extends Fixture {
await adapter.requestDevice({
requiredLimits: {
maxTextureDimension2D: adapter.limits.maxTextureDimension2D,
maxTextureArrayLayers: adapter.limits.maxTextureArrayLayers,
},
})
);
Expand Down

0 comments on commit 02e6516

Please sign in to comment.