Class VkDisplayPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDisplayPropertiesKHR extends Struct<VkDisplayPropertiesKHR> implements NativeResource

 struct VkDisplayPropertiesKHR {
     VkDisplayKHR display;
     char const * displayName;
     {@link VkExtent2D VkExtent2D} physicalDimensions;
     {@link VkExtent2D VkExtent2D} physicalResolution;
     VkSurfaceTransformFlagsKHR supportedTransforms;
     VkBool32 planeReorderPossible;
     VkBool32 persistentContent;
 }