/* IN DEVELOPMENT. DO NOT SHIP. */ #ifndef __VKWSIWINEXT_H__ #define __VKWSIWINEXT_H__ // This is just to get windows to build. // Need to replace with the declarations for Windows wsi. typedef void VK_WSI_X11_CONNECTION_INFO; typedef unsigned int xcb_window_t; typedef unsigned int xcb_randr_crtc_t; typedef void VK_WSI_X11_PRESENTABLE_IMAGE_CREATE_INFO; typedef void VK_WSI_X11_PRESENT_INFO; #endif // __VKWSIWINEXT_H__