Class VkDisplayPlanePropertiesKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class VkDisplayPlanePropertiesKHR
    extends Struct
    Khronos Reference Page
    Vulkan Specification

    Describes properties of a display plane.

    Valid Usage
    • currentDisplay must be a valid VkDisplayKHR handle

    Member documentation

    • currentDisplay – the handle of the display the plane is currently associated with. If the plane is not currently attached to any displays, this will be NULL_HANDLE.
    • currentStackIndex – the current z-order of the plane

    Layout

    struct VkDisplayPlanePropertiesKHR {
        VkDisplayKHR currentDisplay;
        uint32_t currentStackIndex;
    }