error: Uncaught (in promise) ReferenceError: GPUTextureUsage is not defined
const basic = GPUTextureUsage.COPY_SRC | GPUTextureUsage.COPY_DST |
^
at https://jsr.io/@std/webgpu/0.224.5/describe_texture_format.ts:22:15
Deno version: 1.45.2
Command used to run hello-triangle: deno run -A hello-triangle/mod.ts