Class VkDisplayPlanePropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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

VkDisplayPlaneProperties2KHR, GetPhysicalDeviceDisplayPlanePropertiesKHR

Layout


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