[Fix] (MG_Test/Backend/DirectVulkan): add missing define

This commit is contained in:
2026-02-15 08:51:28 +08:00
parent 8a66b0a542
commit a58016f49d
+2
View File
@@ -101,6 +101,8 @@
#define VK_USE_PLATFORM_ANDROID_KHR
#elif _WIN32
#define VK_USE_PLATFORM_WIN32_KHR
#elif defined(__APPLE__)
#define VK_USE_PLATFORM_METAL_EXT
#else
#warning "VK_USE_PLATFORM_*_KHR not defined for this platform!"
#endif