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