RetroArch
vulkan_xlib_xrandr.h
Go to the documentation of this file.
1 #ifndef VULKAN_XLIB_XRANDR_H_
2 #define VULKAN_XLIB_XRANDR_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_EXT_acquire_xlib_display 1
31 #define VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION 1
32 #define VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_xlib_display"
33 
34 typedef VkResult (VKAPI_PTR *PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display);
35 typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay);
36 
37 #ifndef VK_NO_PROTOTYPES
39  VkPhysicalDevice physicalDevice,
40  Display* dpy,
41  VkDisplayKHR display);
42 
44  VkPhysicalDevice physicalDevice,
45  Display* dpy,
46  RROutput rrOutput,
47  VkDisplayKHR* pDisplay);
48 #endif
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif
#define VKAPI_PTR
Definition: vk_platform.h:68
VKAPI_ATTR VkResult VKAPI_CALL vkGetRandROutputDisplayEXT(VkPhysicalDevice physicalDevice, Display *dpy, RROutput rrOutput, VkDisplayKHR *pDisplay)
VkResult(VKAPI_PTR * PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display *dpy, VkDisplayKHR display)
Definition: vulkan_xlib_xrandr.h:34
#define VKAPI_CALL
Definition: vk_platform.h:67
VkResult
Definition: vulkan_core.h:124
VKAPI_ATTR VkResult VKAPI_CALL vkAcquireXlibDisplayEXT(VkPhysicalDevice physicalDevice, Display *dpy, VkDisplayKHR display)
#define VKAPI_ATTR
Definition: vk_platform.h:66
VkResult(VKAPI_PTR * PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display *dpy, RROutput rrOutput, VkDisplayKHR *pDisplay)
Definition: vulkan_xlib_xrandr.h:35