class GPUTexture
implements GPUObjectBase
import { GPUTexture } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno_webgpu.d.ts";
Properties
readonly
dimension: GPUTextureDimensionreadonly
format: GPUTextureFormatreadonly
usage: GPUFlagsConstantMethods
createView(descriptor?: GPUTextureViewDescriptor): GPUTextureView
destroy(): undefined