RetroArch
vulkan_wayland.h
Go to the documentation of this file.
1 #ifndef VULKAN_WAYLAND_H_
2 #define VULKAN_WAYLAND_H_ 1
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 /*
9 ** Copyright (c) 2015-2018 The Khronos Group Inc.
10 **
11 ** Licensed under the Apache License, Version 2.0 (the "License");
12 ** you may not use this file except in compliance with the License.
13 ** You may obtain a copy of the License at
14 **
15 ** http://www.apache.org/licenses/LICENSE-2.0
16 **
17 ** Unless required by applicable law or agreed to in writing, software
18 ** distributed under the License is distributed on an "AS IS" BASIS,
19 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ** See the License for the specific language governing permissions and
21 ** limitations under the License.
22 */
23 
24 /*
25 ** This header is generated from the Khronos Vulkan XML API Registry.
26 **
27 */
28 
29 
30 #define VK_KHR_wayland_surface 1
31 #define VK_KHR_WAYLAND_SURFACE_SPEC_VERSION 6
32 #define VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME "VK_KHR_wayland_surface"
33 
35 
38  const void* pNext;
40  struct wl_display* display;
41  struct wl_surface* surface;
43 
44 
45 typedef VkResult (VKAPI_PTR *PFN_vkCreateWaylandSurfaceKHR)(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
46 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display);
47 
48 #ifndef VK_NO_PROTOTYPES
50  VkInstance instance,
51  const VkWaylandSurfaceCreateInfoKHR* pCreateInfo,
52  const VkAllocationCallbacks* pAllocator,
53  VkSurfaceKHR* pSurface);
54 
56  VkPhysicalDevice physicalDevice,
57  uint32_t queueFamilyIndex,
58  struct wl_display* display);
59 #endif
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
65 #endif
struct VkWaylandSurfaceCreateInfoKHR VkWaylandSurfaceCreateInfoKHR
VkBool32(VKAPI_PTR * PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display)
Definition: vulkan_wayland.h:46
Definition: vulkan_core.h:1665
VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display)
#define VKAPI_PTR
Definition: vk_platform.h:68
VkResult(VKAPI_PTR * PFN_vkCreateWaylandSurfaceKHR)(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
Definition: vulkan_wayland.h:45
const void * pNext
Definition: vulkan_wayland.h:38
VkWaylandSurfaceCreateFlagsKHR flags
Definition: vulkan_wayland.h:39
uint32_t VkFlags
Definition: vulkan_core.h:68
struct wl_surface * surface
Definition: vulkan_wayland.h:41
#define VKAPI_CALL
Definition: vk_platform.h:67
Definition: vulkan_wayland.h:36
VkStructureType sType
Definition: vulkan_wayland.h:37
VkResult
Definition: vulkan_core.h:124
VkFlags VkWaylandSurfaceCreateFlagsKHR
Definition: vulkan_wayland.h:34
VKAPI_ATTR VkResult VKAPI_CALL vkCreateWaylandSurfaceKHR(VkInstance instance, const VkWaylandSurfaceCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSurfaceKHR *pSurface)
VkStructureType
Definition: vulkan_core.h:162
uint32_t VkBool32
Definition: vulkan_core.h:69
#define VKAPI_ATTR
Definition: vk_platform.h:66
struct wl_display * display
Definition: vulkan_wayland.h:40
unsigned int uint32_t
Definition: stdint.h:126