pub type SwapchainPresentFenceInfoEXT = SwapchainPresentFenceInfoKHR;Aliased Type§
#[repr(C)]pub struct SwapchainPresentFenceInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_fences: *const Fence,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
swapchain_count: u32Length of p_fences.
p_fences: *const FenceOptional, may be null.