GPUTextureDescriptor
Extends
Properties
dimension?
optional dimension?: GPUTextureDimension;
format
format: GPUTextureFormat;
label?
optional label?: string;
Inherited from
mipLevelCount?
optional mipLevelCount?: number;
sampleCount?
optional sampleCount?: number;
size
size: GPUExtent3D;
usage
usage: number;
viewFormats?
optional viewFormats?: GPUTextureFormat[];