GPUTextureViewDescriptor
interface GPUTextureViewDescriptor extends GPUObjectDescriptorBase {arrayLayerCount?: number;aspect?: GPUTextureAspect;baseArrayLayer?: number;baseMipLevel?: number;dimension?: GPUTextureViewDimension;format?: GPUTextureFormat;mipLevelCount?: number;}
Расширяет
Свойства
arrayLayerCount?: numberaspect?: GPUTextureAspectbaseArrayLayer?: numberbaseMipLevel?: numberdimension?: GPUTextureViewDimensionformat?: GPUTextureFormatmipLevelCount?: number
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureViewDescriptor