On this page
GPUTextureDescriptor
interface GPUTextureDescriptor extends GPUObjectDescriptorBase {
dimension?: GPUTextureDimension;
format: GPUTextureFormat;
mipLevelCount?: number;
sampleCount?: number;
size: GPUExtent3D;
usage: GPUTextureUsageFlags;
}
Extends
Properties
dimension?: GPUTextureDimension
format: GPUTextureFormat
mipLevelCount?: number
sampleCount?: number
size: GPUExtent3D
usage: GPUTextureUsageFlags
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureDescriptor