Vulkan-Docs/doc/specs/vulkan/man/vkGetPhysicalDeviceDisplayP...

43 lines
1007 B
Plaintext

vkGetPhysicalDeviceDisplayPropertiesKHR(3)
=========================================
Name
----
vkGetPhysicalDeviceDisplayPropertiesKHR - query information about the available displays.
C Specification
---------------
include::../protos/vkGetPhysicalDeviceDisplayPropertiesKHR.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 VkDisplayPropertiesKHR structures.
Description
-----------
fname:vkGetPhysicalDeviceDisplayPropertiesKHR gets the display properties.
pname:pProperties is an instance of the slink:VkDisplayPropertiesKHR
structure, the definition of which is:
include::../structs/VkDisplayPropertiesKHR.txt[]
include::../validity/protos/vkGetPhysicalDeviceDisplayPropertiesKHR.txt[]
See Also
--------
flink:vkGetDisplayModePropertiesKHR
include::footer.txt[]