pub type Extent2D = VkExtent2D;
#[repr(C)]pub struct Extent2D { pub width: u32, pub height: u32, }
width: u32
height: u32
Utility Constants
Viewport and Rect Util Functions