[Feat] (MG_Test/Backend/DirectVulkan): fix wrong preprocessor directive

This commit is contained in:
2026-02-10 23:39:24 +08:00
parent a9b92a756b
commit a6784e7714
@@ -48,7 +48,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
appInfo.pApplicationName = appName.c_str();
#ifdef VK_USE_PLATFORM_WIN32_KHR
appInfo.apiVersion = VK_API_VERSION_1_3;
#elif
#else
appInfo.apiVersion = VK_API_VERSION_1_1;
#endif