[Feat] (MG_Util/Compiler): shader compiler WIP 2

This commit is contained in:
2025-07-16 17:25:49 +08:00
parent 8e1427fbd0
commit 1d40f89dfe
12 changed files with 423 additions and 281 deletions
+2
View File
@@ -5,10 +5,12 @@ namespace MobileGL {
MG_Util::Debug::InitFile();
MGLOG_I("MobileGL Initializing...");
MG_Backend::Init();
glslang::InitializeProcess();
}
void MG_Destroy() {
MGLOG_I("MobileGL Closing...");
glslang::FinalizeProcess();
MG_Util::Debug::Close();
}