[Fix] (MG_Backend/DirectVulkan): Add namespace qualifier to Version type.

This commit is contained in:
BZLZHH
2026-05-09 08:28:46 +08:00
parent b373535d6e
commit 30c6f55c2d
@@ -13,7 +13,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
struct VulkanRendererConfig {
Uint32 MaxFramesInFlight = 2;
String AppName = "MobileGL-VulkanRenderer";
Version Version = MG_Config::CoreVersion;
MobileGL::Version Version = MG_Config::CoreVersion;
Uint64 CacheVersion = MG_Config::CacheVersion;
Bool EnableValidationLayers = true;
};