declared ICD api
[kazan.git] / vulkan-driver / vulkan-wrapper.h
1 #include <stdint.h>
2 #ifdef __ANDROID__
3 #error not supported on Android; need to fix ABI
4 #endif
5 #define VK_NO_PROTOTYPES
6 #include <vulkan/vulkan.h>
7 #include <vulkan/vk_icd.h>
8 #ifdef __unix
9 typedef struct xcb_connection_t xcb_connection_t;
10 typedef uint32_t xcb_visualid_t;
11 typedef uint32_t xcb_window_t;
12 #include <vulkan/vulkan_xcb.h>
13 #endif
14 #undef VK_NO_PROTOTYPES