Class VkDisplayPlaneProperties2KHR

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

public class VkDisplayPlaneProperties2KHR extends org.lwjgl.system.Struct<VkDisplayPlaneProperties2KHR> implements org.lwjgl.system.NativeResource
Structure describing an available display plane.
Valid Usage (Implicit)
See Also

VkDisplayPlanePropertiesKHR, GetPhysicalDeviceDisplayPlaneProperties2KHR

Layout


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