mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Feat] (MG_Test/Backend/DirectVulkan): fix wrong preprocessor directive
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user