43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
vkGetPhysicalDeviceDisplayPlanePropertiesKHR(3)
|
|
==============================================
|
|
|
|
Name
|
|
----
|
|
vkGetPhysicalDeviceDisplayPlanePropertiesKHR - query the plane properties.
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
include::../protos/vkGetPhysicalDeviceDisplayPlanePropertiesKHR.txt[]
|
|
|
|
Parameters
|
|
----------
|
|
|
|
pname:physicalDevice::
|
|
A valid physical device.
|
|
|
|
pname:pPropertyCount::
|
|
The number of entries in the array pointed to by pProperties.
|
|
|
|
pname:pProperties::
|
|
A pointer to an array of pPropertyCount VkDisplayPlanePropertiesKHR structures.
|
|
|
|
Description
|
|
-----------
|
|
|
|
fname:vkGetPhysicalDeviceDisplayPlanePropertiesKHR provides a list of plane index and its current display.
|
|
|
|
pname:pProperties is an instance of the slink:VkDisplayPlanePropertiesKHR
|
|
structure, the definition of which is:
|
|
|
|
include::../structs/VkDisplayPlanePropertiesKHR.txt[]
|
|
|
|
include::../validity/protos/vkGetPhysicalDeviceDisplayPlanePropertiesKHR.txt[]
|
|
|
|
See Also
|
|
--------
|
|
|
|
flink:vkGetDisplayPlaneSupportedDisplaysKHR, flink:vkGetDisplayPlaneCapabilitiesKHR
|
|
|
|
include::footer.txt[]
|