Type Alias GPUExtent3DDict

Source
pub(crate) type GPUExtent3DDict = GPUExtent3DDict;

Aliased Type§

pub(crate) struct GPUExtent3DDict {
    pub depthOrArrayLayers: u32,
    pub height: u32,
    pub width: u32,
}

Fields§

§depthOrArrayLayers: u32§height: u32§width: u32