deno / 1.23.2 / ~ / gputexturedescriptor.html /

GPUTextureDescriptor

interface GPUTextureDescriptor extends GPUObjectDescriptorBase {
dimension? : GPUTextureDimension;
format : GPUTextureFormat;
mipLevelCount? : number;
sampleCount? : number;
size : GPUExtent3D;
}

Properties

dimension? : GPUTextureDimension
format : GPUTextureFormat
mipLevelCount? : number
sampleCount? : number
size : GPUExtent3D