Mercurial > games > semicongine
comparison fuhtark_test/Vulkan-Headers-1.4.334/include/vulkan/vulkan_xlib_xrandr.h @ 1501:f40d9d814c08 default tip main
did: correct vulkan-api generator
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 23:34:29 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1500:91c8c3b7cbf0 | 1501:f40d9d814c08 |
|---|---|
| 1 #ifndef VULKAN_XLIB_XRANDR_H_ | |
| 2 #define VULKAN_XLIB_XRANDR_H_ 1 | |
| 3 | |
| 4 /* | |
| 5 ** Copyright 2015-2025 The Khronos Group Inc. | |
| 6 ** | |
| 7 ** SPDX-License-Identifier: Apache-2.0 | |
| 8 */ | |
| 9 | |
| 10 /* | |
| 11 ** This header is generated from the Khronos Vulkan XML API Registry. | |
| 12 ** | |
| 13 */ | |
| 14 | |
| 15 | |
| 16 #ifdef __cplusplus | |
| 17 extern "C" { | |
| 18 #endif | |
| 19 | |
| 20 | |
| 21 | |
| 22 // VK_EXT_acquire_xlib_display is a preprocessor guard. Do not pass it to API calls. | |
| 23 #define VK_EXT_acquire_xlib_display 1 | |
| 24 #define VK_EXT_ACQUIRE_XLIB_DISPLAY_SPEC_VERSION 1 | |
| 25 #define VK_EXT_ACQUIRE_XLIB_DISPLAY_EXTENSION_NAME "VK_EXT_acquire_xlib_display" | |
| 26 typedef VkResult (VKAPI_PTR *PFN_vkAcquireXlibDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, VkDisplayKHR display); | |
| 27 typedef VkResult (VKAPI_PTR *PFN_vkGetRandROutputDisplayEXT)(VkPhysicalDevice physicalDevice, Display* dpy, RROutput rrOutput, VkDisplayKHR* pDisplay); | |
| 28 | |
| 29 #ifndef VK_NO_PROTOTYPES | |
| 30 #ifndef VK_ONLY_EXPORTED_PROTOTYPES | |
| 31 VKAPI_ATTR VkResult VKAPI_CALL vkAcquireXlibDisplayEXT( | |
| 32 VkPhysicalDevice physicalDevice, | |
| 33 Display* dpy, | |
| 34 VkDisplayKHR display); | |
| 35 #endif | |
| 36 | |
| 37 #ifndef VK_ONLY_EXPORTED_PROTOTYPES | |
| 38 VKAPI_ATTR VkResult VKAPI_CALL vkGetRandROutputDisplayEXT( | |
| 39 VkPhysicalDevice physicalDevice, | |
| 40 Display* dpy, | |
| 41 RROutput rrOutput, | |
| 42 VkDisplayKHR* pDisplay); | |
| 43 #endif | |
| 44 #endif | |
| 45 | |
| 46 #ifdef __cplusplus | |
| 47 } | |
| 48 #endif | |
| 49 | |
| 50 #endif |
