blob: f3ee0f334fceae0a39e0036e24258230e5e79ea7 [file] [log] [blame]
Courtney Goeltzenleuchter89e99e62015-04-08 18:04:29 -06001/* IN DEVELOPMENT. DO NOT SHIP. */
2
3#ifndef __VKWSIWINEXT_H__
4#define __VKWSIWINEXT_H__
5
6// This is just to get windows to build.
7// Need to replace with the declarations for Windows wsi.
8typedef void VK_WSI_X11_CONNECTION_INFO;
9typedef unsigned int xcb_window_t;
10typedef unsigned int xcb_randr_crtc_t;
11typedef void VK_WSI_X11_PRESENTABLE_IMAGE_CREATE_INFO;
12typedef void VK_WSI_X11_PRESENT_INFO;
13
14#endif // __VKWSIWINEXT_H__