Struct vk_sys::Extent3D [] [src]

#[repr(C)]
pub struct Extent3D { pub width: u32, pub height: u32, pub depth: u32, }

Fields