[Feat] (Core): Add env config loader and refactor initialization entrypoints.

This commit is contained in:
BZLZHH
2026-02-21 22:08:55 +08:00
parent 7ccf858181
commit 9e90d9508b
10 changed files with 110 additions and 34 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
namespace MobileGL {
namespace MG_Config {
BackendType ActiveBackendType = BackendType::DirectVulkan;
BackendType ActiveBackendType;
} // namespace MG_Config
namespace MG_Backend {