Structures

VkDisplayPlaneProperties2KHR

Structure describing an available display plane

The VkDisplayPlaneProperties2KHR structure is defined as:

typedef struct VkDisplayPlaneProperties2KHR {
    VkStructureType sType;
    void* pNext;
    VkDisplayPlanePropertiesKHR displayPlaneProperties;
} VkDisplayPlaneProperties2KHR;

Valid Usage (Implicit)

VUID-VkDisplayPlaneProperties2KHR-sType-sType

sType must be VK_STRUCTURE_TYPE_DISPLAY_PLANE_PROPERTIES_2_KHR