Struct vk_sys::Extent3D [] [src]

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

Fields