Struct vk_sys::PresentRegionsKHR [] [src]

#[repr(C)]
pub struct PresentRegionsKHR { pub sType: StructureType, pub pNext: *const c_void, pub swapchainCount: u32, pub pRegions: *const PresentRegionKHR, }

Fields