Support vulkan xcb device for Linux

This commit is contained in:
Doug Johnson 2017-07-08 02:34:11 -06:00
parent bc8356bb83
commit 570e359caa
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#if XE_PLATFORM_WIN32
#define VK_USE_PLATFORM_WIN32_KHR 1
#elif XE_PLATFORM_LINUX
#define VK_USE_PLATFORM_XCB_KHR 1
#else
#error Platform not yet supported.
#endif // XE_PLATFORM_WIN32