Support vulkan xcb device for Linux
This commit is contained in:
parent
bc8356bb83
commit
570e359caa
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
#if XE_PLATFORM_WIN32
|
#if XE_PLATFORM_WIN32
|
||||||
#define VK_USE_PLATFORM_WIN32_KHR 1
|
#define VK_USE_PLATFORM_WIN32_KHR 1
|
||||||
|
#elif XE_PLATFORM_LINUX
|
||||||
|
#define VK_USE_PLATFORM_XCB_KHR 1
|
||||||
#else
|
#else
|
||||||
#error Platform not yet supported.
|
#error Platform not yet supported.
|
||||||
#endif // XE_PLATFORM_WIN32
|
#endif // XE_PLATFORM_WIN32
|
||||||
|
|
Loading…
Reference in New Issue