Vulkan: Support Wayland

This commit is contained in:
Connor McLaughlin
2020-09-23 20:19:50 +10:00
parent f022bdb328
commit a0a78087fe
5 changed files with 41 additions and 6 deletions

View File

@ -33,6 +33,10 @@
#define VK_USE_PLATFORM_XLIB_KHR
#endif
#if defined(VULKAN_USE_WAYLAND)
#define VK_USE_PLATFORM_WAYLAND_KHR
#endif
#if defined(ANDROID)
#define VK_USE_PLATFORM_ANDROID_KHR
#endif