Class VkSurfacePresentScalingCapabilitiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfacePresentScalingCapabilitiesEXT extends Struct<VkSurfacePresentScalingCapabilitiesEXT> implements NativeResource

 struct VkSurfacePresentScalingCapabilitiesEXT {
     VkStructureType sType;
     void * pNext;
     VkPresentScalingFlagsEXT supportedPresentScaling;
     VkPresentGravityFlagsEXT supportedPresentGravityX;
     VkPresentGravityFlagsEXT supportedPresentGravityY;
     {@link VkExtent2D VkExtent2D} minScaledImageExtent;
     {@link VkExtent2D VkExtent2D} maxScaledImageExtent;
 }