Vulkan-Docs/doc/specs/vulkan/man/vkGetDisplayPlaneSupportedDisplaysKHR.txt
2016-02-16 01:53:44 -08:00

46 lines
1.0 KiB
Plaintext

vkGetDisplayPlaneSupportedDisplaysKHR(3)
=======================================
Name
----
vkGetDisplayPlaneSupportedDisplaysKHR - get list of displays a plane supports.
C Specification
---------------
include::../protos/vkGetDisplayPlaneSupportedDisplaysKHR.txt[]
Parameters
----------
pname:physicalDevice::
A valid physical device.
pname:planeIndex::
The plane which the application wishes to use.
pname:pDisplayCount::
The number of entries in the array pointed to by pDisplays.
pname:pDisplays::
A pointer to an array of pDisplayCount VkDisplayKHR handles.
Description
-----------
fname:vkGetDisplayPlaneSupportedDisplaysKHR determine which displays a plane is usable with.
pname:pDisplays is an instance of the slink:VkDisplayKHR
structure, the definition of which is:
include::../structs/VkDisplayKHR.txt[]
include::../validity/protos/vkGetDisplayPlaneSupportedDisplaysKHR.txt[]
See Also
--------
flink:vkCreateDisplayPlaneSurfaceKHR
include::footer.txt[]