Vulkan-Docs/doc/specs/vulkan/man/VkWaylandSurfaceCreateInfoKHR.txt
2016-08-05 05:20:40 -07:00

57 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/
VkWaylandSurfaceCreateInfoKHR(3)
================================
Name
----
VkWaylandSurfaceCreateInfoKHR - Structure specifying parameters of a newly created Wayland surface object
C Specification
---------------
// refBegin VkWaylandSurfaceCreateInfoKHR - Structure specifying parameters of a newly created Wayland surface object
The sname:VkWaylandSurfaceCreateInfoKHR structure is defined as:
include::../api/structs/VkWaylandSurfaceCreateInfoKHR.txt[]
Members
-------
* pname:sType is the type of this structure and must: be
ename:VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR.
* pname:pNext is `NULL` or a pointer to an extension-specific structure.
* pname:flags is reserved for future use.
* pname:display and pname:surface are pointers to the Wayland
code:wl_display and code:wl_surface to associate the surface with.
Description
-----------
include::../validity/structs/VkWaylandSurfaceCreateInfoKHR.txt[]
See Also
--------
elink:VkStructureType, elink:VkWaylandSurfaceCreateFlagsKHR, flink:vkCreateWaylandSurfaceKHR
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkWaylandSurfaceCreateInfoKHR
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]