Skip to content

Commit a232cf8

Browse files
greggmankainino0x
andcommitted
Update src/webgpu/gpu_test.ts
Co-authored-by: Kai Ninomiya <[email protected]>
1 parent 496224c commit a232cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgpu/gpu_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ export function TextureTestMixin<F extends FixtureClass<GPUTest>>(
15041504
baseArrayLayer: layer,
15051505
arrayLayerCount: 1,
15061506
}),
1507-
dimension: pipelineType as GPUTextureViewDimension,
1507+
dimension: pipelineType,
15081508
}),
15091509
},
15101510
...(pipelineType === '2d-array'

0 commit comments

Comments
 (0)