SurfacePresentModeEXT

Type Alias SurfacePresentModeEXT 

Source
pub type SurfacePresentModeEXT = SurfacePresentModeKHR;
Expand description

Aliased Type§

#[repr(C)]
pub struct SurfacePresentModeEXT { pub s_type: StructureType, pub next: *mut c_void, pub present_mode: PresentModeKHR, }

Fields§

§s_type: StructureType§next: *mut c_void§present_mode: PresentModeKHR