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
sType: StructureTypepNext: *const c_voidswapchainCount: u32pRegions: *const PresentRegionKHR