Skip to main content

SwapchainPresentModesCreateInfoEXT

Type Alias SwapchainPresentModesCreateInfoEXT 

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

Must be VK_STRUCTURE_TYPE_SWAPCHAIN_PRESENT_MODES_CREATE_INFO_KHR.

§p_next: *const c_void

Optional, may be null.

§present_mode_count: u32

Length of p_present_modes.

§p_present_modes: *const PresentModeKHR