49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
|
vkCreateDisplayModeKHR(3)
|
||
|
===========================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
vkCreateDisplayModeKHR - create a display mode.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../protos/vkCreateDisplayModeKHR.txt[]
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
pname:physicalDevice::
|
||
|
The physical device associated with display.
|
||
|
|
||
|
pname:display::
|
||
|
The display to create an additional mode.
|
||
|
|
||
|
pname:pCreateInfo::
|
||
|
Is a VkDisplayModeCreateInfoKHR structure describing the new mode to create.
|
||
|
|
||
|
pname:pAllocator::
|
||
|
The allocator used for host memory allocated for the mode object.
|
||
|
|
||
|
pname:pMode::
|
||
|
Returns the handle of the mode created.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
fname:vkCreateDisplayModeKHR creates additional display modes.
|
||
|
|
||
|
pname:pCreateInfo is an instance of the slink:VkDisplayModeCreateInfoKHR
|
||
|
structure, the definition of which is:
|
||
|
|
||
|
include::../structs/VkDisplayModeCreateInfoKHR.txt[]
|
||
|
|
||
|
include::../validity/protos/vkCreateDisplayModeKHR.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkGetDisplayModePropertiesKHR, flink:vkCreateDisplayPlaneSurfaceKHR
|
||
|
|
||
|
include::footer.txt[]
|