import { WGPUTexture } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/objects.ts";
Constructors
new
WGPUTexture(ptr: Deno.UnsafePointer)Methods
createView(descriptor: wgpu.WGPUTextureViewDescriptor): wgpu.WGPUTextureView
destroy(): void
setLabel(label: string): void