Path: blob/master/3rdparty/include/vulkan/vulkan_xlib_xrandr.h
16356 views
#ifndef VULKAN_XLIB_XRANDR_H_1#define VULKAN_XLIB_XRANDR_H_ 123#ifdef __cplusplus4extern "C" {5#endif67/*8** Copyright (c) 2015-2018 The Khronos Group Inc.9**10** Licensed under the Apache License, Version 2.0 (the "License");11** you may not use this file except in compliance with the License.12** You may obtain a copy of the License at13**14** http://www.apache.org/licenses/LICENSE-2.015**16** Unless required by applicable law or agreed to in writing, software17** distributed under the License is distributed on an "AS IS" BASIS,18** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.19** See the License for the specific language governing permissions and20** limitations under the License.21*/2223/*24** This header is generated from the Khronos Vulkan XML API Registry.25**26*/272829#define VK_EXT_acquire_xlib_display 130#define VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION 131#define VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_xlib_display"3233typedef VkResult (VKAPI_PTR *PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display);34typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay);3536#ifndef VK_NO_PROTOTYPES37VKAPI_ATTR VkResult VKAPI_CALL vkAcquireXlibDisplayEXT(38VkPhysicalDevice physicalDevice,39Display* dpy,40VkDisplayKHR display);4142VKAPI_ATTR VkResult VKAPI_CALL vkGetRandROutputDisplayEXT(43VkPhysicalDevice physicalDevice,44Display* dpy,45RROutput rrOutput,46VkDisplayKHR* pDisplay);47#endif4849#ifdef __cplusplus50}51#endif5253#endif545556