deno / latest / ~ / gputexturedescriptor.html

GPUTextureDescriptor

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

Properties

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