W3cubDocs

/Deno

GPUTexture

class GPUTexture implements GPUObjectBase {
label: string | null;
createView(descriptor?: GPUTextureViewDescriptor): GPUTextureView;
destroy(): undefined;
}

Implements

Properties

label: string | null

Methods

createView(descriptor?: GPUTextureViewDescriptor): GPUTextureView
destroy(): undefined

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTexture