Skip to content

Commit

Permalink
Update src/webgpu/compat/api/validation/encoding/cmds/copyTextureToTe…
Browse files Browse the repository at this point in the history
…xture.spec.ts

Co-authored-by: ShrekShao <[email protected]>
  • Loading branch information
greggman and shrekshao committed Nov 9, 2023
1 parent beb8d38 commit 0002419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ g.test('compressed')
const dstTexture = t.device.createTexture({
size: [blockWidth, blockHeight, 1],
format,
usage: GPUTextureUsage.COPY_SRC,
usage: GPUTextureUsage.COPY_DST,
});
t.trackForCleanup(dstTexture);

Expand Down

0 comments on commit 0002419

Please sign in to comment.