mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +09:00
[Feat] (Core): Add env config loader and refactor initialization entrypoints.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace MobileGL {
|
||||
namespace MG_Config {
|
||||
BackendType ActiveBackendType = BackendType::DirectVulkan;
|
||||
BackendType ActiveBackendType;
|
||||
} // namespace MG_Config
|
||||
|
||||
namespace MG_Backend {
|
||||
|
||||
Reference in New Issue
Block a user