Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Dec 14, 2024
1 parent 94159ed commit ebdbc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webgpu/src/__tests__/GPU.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ describe("Adapter", () => {
const result = await client.eval(({ adapter }) => {
return adapter
.requestDevice({
//
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
requiredFeatures: [["bgra8unorm-storage"]],
requiredLimits: {
maxComputeWorkgroupStorageSize: 16352,
Expand Down

0 comments on commit ebdbc62

Please sign in to comment.