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