Class VkSurfacePresentScalingCapabilitiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfacePresentScalingCapabilitiesEXT extends VkSurfacePresentScalingCapabilitiesKHR

 struct VkSurfacePresentScalingCapabilitiesEXT {
     VkStructureType sType;
     void * pNext;
     VkPresentScalingFlagsKHR supportedPresentScaling;
     VkPresentGravityFlagsKHR supportedPresentGravityX;
     VkPresentGravityFlagsKHR supportedPresentGravityY;
     VkExtent2D minScaledImageExtent;
     VkExtent2D maxScaledImageExtent;
 }