46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
|
vkGetDisplayPlaneCapabilitiesKHR(3)
|
||
|
==================================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkGetDisplayPlaneCapabilitiesKHR - get the capabilities of a mode and plane combination.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkGetDisplayPlaneCapabilitiesKHR.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:physicalDevice::
|
||
|
The physical device associated with the display.
|
||
|
|
||
|
pname:mode::
|
||
|
The display mode the application intends to program when using the specified plane.
|
||
|
|
||
|
pname:planeIndex::
|
||
|
The plane which the application intends to use with the display.
|
||
|
|
||
|
pname:pCapabilities::
|
||
|
A pointer to a VkDisplayPlaneCapabilitiesKHR struct.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkGetDisplayPlaneCapabilitiesKHR gets the capabilities of a plane and its mode.
|
||
|
|
||
|
pname:pCapabilities is an instance of the slink:VkDisplayPlaneCapabilitiesKHR
|
||
|
structure, the definition of which is:
|
||
|
|
||
|
include::../structs/VkDisplayPlaneCapabilitiesKHR.txt[]
|
||
|
|
||
|
include::../validity/protos/vkGetDisplayPlaneCapabilitiesKHR.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkCreateDisplayPlaneSurfaceKHR
|
||
|
|
||
|
include::footer.txt[]
|