mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-12 06:54:14 +00:00
46 lines
1.0 KiB
Plaintext
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[]
|