Struct vk_sys::Extent3D [] [src]

pub struct Extent3D {
    pub width: u32,
    pub height: u32,
    pub depth: u32,
}

Fields

width: u32 height: u32 depth: u32