| Courtney Goeltzenleuchter | 89e99e6 | 2015-04-08 18:04:29 -0600 | [diff] [blame] | 1 | /* 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. |
| 8 | typedef void VK_WSI_X11_CONNECTION_INFO; |
| 9 | typedef unsigned int xcb_window_t; |
| 10 | typedef unsigned int xcb_randr_crtc_t; |
| 11 | typedef void VK_WSI_X11_PRESENTABLE_IMAGE_CREATE_INFO; |
| 12 | typedef void VK_WSI_X11_PRESENT_INFO; |
| 13 | |
| 14 | #endif // __VKWSIWINEXT_H__ |