blob: f3ee0f334fceae0a39e0036e24258230e5e79ea7 [file] [log] [blame]
/* 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__