Add Package
deno add jsr:@std/webgpu
Import symbol
import { type TextureFormatInfo } from "@std/webgpu/describe_texture_format";
or
Import directly with a jsr specifier
import { type TextureFormatInfo } from "jsr:@std/webgpu/describe_texture_format";