SwapchainPresentModesCreateInfoEXT

Type Alias SwapchainPresentModesCreateInfoEXT 

Source
pub type SwapchainPresentModesCreateInfoEXT = SwapchainPresentModesCreateInfoKHR;
Expand description

Aliased Type§

#[repr(C)]
pub struct SwapchainPresentModesCreateInfoEXT { pub s_type: StructureType, pub next: *const c_void, pub present_mode_count: u32, pub present_modes: *const PresentModeKHR, }

Fields§

§s_type: StructureType§next: *const c_void§present_mode_count: u32§present_modes: *const PresentModeKHR