SwapchainPresentModeInfoEXT

Type Alias SwapchainPresentModeInfoEXT 

Source
pub type SwapchainPresentModeInfoEXT = SwapchainPresentModeInfoKHR;
Expand description

Aliased Type§

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

Fields§

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