2020-12-28 19:15:37 +04:00
|
|
|
#ifndef VULKAN_XLIB_XRANDR_H_
|
|
|
|
#define VULKAN_XLIB_XRANDR_H_ 1
|
|
|
|
|
|
|
|
/*
|
2021-07-10 01:54:15 +04:00
|
|
|
** Copyright 2015-2021 The Khronos Group Inc.
|
2020-12-28 19:15:37 +04:00
|
|
|
**
|
|
|
|
** SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
** This header is generated from the Khronos Vulkan XML API Registry.
|
|
|
|
**
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define VK_EXT_acquire_xlib_display 1
|
|
|
|
#define VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION 1
|
|
|
|
#define VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_xlib_display"
|
|
|
|
typedef VkResult (VKAPI_PTR *PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display);
|
|
|
|
typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay);
|
|
|
|
|
|
|
|
#ifndef VK_NO_PROTOTYPES
|
|
|
|
VKAPI_ATTR VkResult VKAPI_CALL vkAcquireXlibDisplayEXT(
|
|
|
|
VkPhysicalDevice physicalDevice,
|
|
|
|
Display* dpy,
|
|
|
|
VkDisplayKHR display);
|
|
|
|
|
|
|
|
VKAPI_ATTR VkResult VKAPI_CALL vkGetRandROutputDisplayEXT(
|
|
|
|
VkPhysicalDevice physicalDevice,
|
|
|
|
Display* dpy,
|
|
|
|
RROutput rrOutput,
|
|
|
|
VkDisplayKHR* pDisplay);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|