Skip to main content

SurfacePresentScalingCapabilitiesEXT

Type Alias SurfacePresentScalingCapabilitiesEXT 

Source
pub type SurfacePresentScalingCapabilitiesEXT = SurfacePresentScalingCapabilitiesKHR;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_SURFACE_PRESENT_SCALING_CAPABILITIES_KHR.

§p_next: *mut c_void

Optional, may be null.

§supported_present_scaling: PresentScalingFlagBitsKHR§supported_present_gravity_x: PresentGravityFlagBitsKHR§supported_present_gravity_y: PresentGravityFlagBitsKHR§min_scaled_image_extent: Extent2D§max_scaled_image_extent: Extent2D