mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix] (MG_Test/Backend/DirectVulkan): add missing define
This commit is contained in:
@@ -101,6 +101,8 @@
|
|||||||
#define VK_USE_PLATFORM_ANDROID_KHR
|
#define VK_USE_PLATFORM_ANDROID_KHR
|
||||||
#elif _WIN32
|
#elif _WIN32
|
||||||
#define VK_USE_PLATFORM_WIN32_KHR
|
#define VK_USE_PLATFORM_WIN32_KHR
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#define VK_USE_PLATFORM_METAL_EXT
|
||||||
#else
|
#else
|
||||||
#warning "VK_USE_PLATFORM_*_KHR not defined for this platform!"
|
#warning "VK_USE_PLATFORM_*_KHR not defined for this platform!"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user