mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 20:45:45 -04:00
Vulkan: Support Wayland
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user