GPUTextureViewDescriptor
interface GPUTextureViewDescriptor extends GPUObjectDescriptorBase {
arrayLayerCount?: number;
aspect?: GPUTextureAspect;
baseArrayLayer?: number;
baseMipLevel?: number;
dimension?: GPUTextureViewDimension;
format?: GPUTextureFormat;
mipLevelCount?: number;
}