Class VkDisplayPlaneProperties2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDisplayPlaneProperties2KHR extends Struct<VkDisplayPlaneProperties2KHR> implements NativeResource
struct VkDisplayPlaneProperties2KHR {
    VkStructureType sType;
    void * pNext;
    VkDisplayPlanePropertiesKHR displayPlaneProperties;
}