Type Alias SurfacePresentScalingCapabilitiesEXT
Source pub type SurfacePresentScalingCapabilitiesEXT = SurfacePresentScalingCapabilitiesKHR;
Expand description
#[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,
}