2 #define VULKAN_XLIB_H_ 1
9 ** Copyright (c) 2015-2019 The Khronos Group Inc.
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
15 ** http://www.apache.org/licenses/LICENSE-2.0
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.
25 ** This header is generated from the Khronos Vulkan XML API Registry.
31 #define VK_KHR_xlib_surface 1
32 #define VK_KHR_XLIB_SURFACE_SPEC_VERSION 6
33 #define VK_KHR_XLIB_SURFACE_EXTENSION_NAME "VK_KHR_xlib_surface"
34 typedef VkFlags VkXlibSurfaceCreateFlagsKHR;
35 typedef struct VkXlibSurfaceCreateInfoKHR {
36 VkStructureType sType;
38 VkXlibSurfaceCreateFlagsKHR flags;
41 } VkXlibSurfaceCreateInfoKHR;
43 typedef VkResult (VKAPI_PTR *PFN_vkCreateXlibSurfaceKHR)(VkInstance instance, const VkXlibSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
44 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID);
46 #ifndef VK_NO_PROTOTYPES
47 VKAPI_ATTR VkResult VKAPI_CALL vkCreateXlibSurfaceKHR(
49 const VkXlibSurfaceCreateInfoKHR* pCreateInfo,
50 const VkAllocationCallbacks* pAllocator,
51 VkSurfaceKHR* pSurface);
53 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceXlibPresentationSupportKHR(
54 VkPhysicalDevice physicalDevice,
55 uint32_t queueFamilyIndex,