pub type SwapchainPresentModesCreateInfoEXT = SwapchainPresentModesCreateInfoKHR;Aliased Type§
#[repr(C)]pub struct SwapchainPresentModesCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub present_mode_count: u32,
pub p_present_modes: *const PresentModeKHR,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
present_mode_count: u32Length of p_present_modes.
p_present_modes: *const PresentModeKHR