58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
vkGetPhysicalDeviceWaylandPresentationSupportKHR(3)
|
|
===================================================
|
|
|
|
Name
|
|
----
|
|
vkGetPhysicalDeviceWaylandPresentationSupportKHR - Query physical device for presentation to Wayland
|
|
|
|
C Specification
|
|
---------------
|
|
|
|
// refBegin vkGetPhysicalDeviceWaylandPresentationSupportKHR - Query physical device for presentation to Wayland
|
|
|
|
To determine whether a queue family of a physical device supports presentation
|
|
to a Wayland compositor, call:
|
|
|
|
include::../api/protos/vkGetPhysicalDeviceWaylandPresentationSupportKHR.txt[]
|
|
|
|
|
|
Parameters
|
|
----------
|
|
|
|
* pname:physicalDevice is the physical device.
|
|
* pname:queueFamilyIndex is the queue family index.
|
|
* pname:display is a pointer to the sname:wl_display associated with a
|
|
Wayland compositor.
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
This platform-specific function can: be called prior to creating a surface.
|
|
|
|
include::../validity/protos/vkGetPhysicalDeviceWaylandPresentationSupportKHR.txt[]
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
slink:VkPhysicalDevice
|
|
|
|
|
|
Document Notes
|
|
--------------
|
|
|
|
For more information, see the Vulkan Specification at URL
|
|
|
|
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#vkGetPhysicalDeviceWaylandPresentationSupportKHR
|
|
|
|
This page is extracted from the Vulkan Specification.
|
|
Fixes and changes should be made to the Specification,not directly.
|
|
|
|
include::footer.txt[]
|
|
|