SurfacePresentScalingCapabilitiesEXT

Type Alias SurfacePresentScalingCapabilitiesEXT 

Source
pub type SurfacePresentScalingCapabilitiesEXT = SurfacePresentScalingCapabilitiesKHR;
Expand description

Aliased Type§

#[repr(C)]
pub struct SurfacePresentScalingCapabilitiesEXT { pub s_type: StructureType, pub next: *mut c_void, pub supported_present_scaling: PresentScalingFlagsKHR, pub supported_present_gravity_x: PresentGravityFlagsKHR, pub supported_present_gravity_y: PresentGravityFlagsKHR, pub min_scaled_image_extent: Extent2D, pub max_scaled_image_extent: Extent2D, }

Fields§

§s_type: StructureType§next: *mut c_void§supported_present_scaling: PresentScalingFlagsKHR§supported_present_gravity_x: PresentGravityFlagsKHR§supported_present_gravity_y: PresentGravityFlagsKHR§min_scaled_image_extent: Extent2D§max_scaled_image_extent: Extent2D