GPUTextureDescriptor
interface GPUTextureDescriptor extends GPUObjectDescriptorBase {
dimension?: GPUTextureDimension;
format: GPUTextureFormat;
mipLevelCount?: number;
sampleCount?: number;
size: GPUExtent3D;
usage: GPUTextureUsageFlags;
viewFormats?: GPUTextureFormat[];
}§Properties
§
dimension?: GPUTextureDimension
[src]§
format: GPUTextureFormat
[src]§
size: GPUExtent3D
[src]§
usage: GPUTextureUsageFlags
[src]§
viewFormats?: GPUTextureFormat[]
[src]