GPUTextureDescriptor

interface GPUTextureDescriptor extends GPUObjectDescriptorBase {
dimension?: GPUTextureDimension;
mipLevelCount?: number;
sampleCount?: number;
viewFormats?: GPUTextureFormat[];
}