Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Fix reference to max.
Commit Description:
Fix reference to max.
#ifndef VULKAN_XLIB_XRANDR_H_
#define VULKAN_XLIB_XRANDR_H_ 1
/*
** Copyright (c) 2015-2020 The Khronos Group Inc.
**
** 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
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings