exclude from vulkan surface selection

This commit is contained in:
lizzie 2025-12-01 02:32:31 +00:00
parent 946307cb04
commit 213df5d4ed
2 changed files with 5 additions and 0 deletions

View file

@ -15,6 +15,8 @@
#define VK_USE_PLATFORM_ANDROID_KHR
#elif defined(__HAIKU__)
#define VK_USE_PLATFORM_XCB_KHR
#elif defined(__OPENORBIS__)
// No fucking vulkan on the PlayStation 4
#else
#define VK_USE_PLATFORM_XLIB_KHR
#define VK_USE_PLATFORM_WAYLAND_KHR