Class VkDisplayPlanePropertiesKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDisplayPlanePropertiesKHR>
org.lwjgl.vulkan.VkDisplayPlanePropertiesKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDisplayPlanePropertiesKHR extends org.lwjgl.system.Struct<VkDisplayPlanePropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing display plane properties.
See Also

VkDisplayPlaneProperties2KHR, GetPhysicalDeviceDisplayPlanePropertiesKHR

Layout


 struct VkDisplayPlanePropertiesKHR {
     VkDisplayKHR currentDisplay();
     uint32_t currentStackIndex();
 }