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: StructureType
pNext: *const c_void
swapchainCount: u32
pRegions: *const PresentRegionKHR