pub type SurfacePresentModeEXT = SurfacePresentModeKHR;Aliased Type§
#[repr(C)]pub struct SurfacePresentModeEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_mode: PresentModeKHR,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SURFACE_PRESENT_MODE_KHR.
p_next: *mut c_voidOptional, may be null.
present_mode: PresentModeKHR