Type Alias GPUTextureViewDescriptor

Source
pub(crate) type GPUTextureViewDescriptor = GPUTextureViewDescriptor;

Aliased Type§

pub(crate) struct GPUTextureViewDescriptor {
    pub parent: GPUObjectDescriptorBase,
    pub arrayLayerCount: Option<u32>,
    pub aspect: GPUTextureAspect,
    pub baseArrayLayer: u32,
    pub baseMipLevel: u32,
    pub dimension: Option<GPUTextureViewDimension>,
    pub format: Option<GPUTextureFormat>,
    pub mipLevelCount: Option<u32>,
    pub usage: u32,
}

Fields§

§parent: GPUObjectDescriptorBase§arrayLayerCount: Option<u32>§aspect: GPUTextureAspect§baseArrayLayer: u32§baseMipLevel: u32§dimension: Option<GPUTextureViewDimension>§format: Option<GPUTextureFormat>§mipLevelCount: Option<u32>§usage: u32