Skip to main content

SwapchainPresentFenceInfoEXT

Type Alias SwapchainPresentFenceInfoEXT 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_FENCE_INFO_KHR.

§p_next: *const c_void

Optional, may be null.

§swapchain_count: u32

Length of p_fences.

§p_fences: *const Fence

Optional, may be null.