vulkaninfo 1.1.70 works
[kazan.git] / vulkan-driver / vulkan-wrapper.h
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 // Copyright 2018 Jacob Lifshay
3 #include <stdint.h>
4 #ifdef __ANDROID__
5 #error not supported on Android; need to fix ABI
6 #endif
7 #define VK_NO_PROTOTYPES
8 #include <vulkan/vulkan.h>
9 #include <vulkan/vk_icd.h>
10 #ifdef __unix
11 typedef struct xcb_connection_t xcb_connection_t;
12 typedef uint32_t xcb_visualid_t;
13 typedef uint32_t xcb_window_t;
14 #include <vulkan/vulkan_xcb.h>
15 #endif
16 #undef VK_NO_PROTOTYPES