[Fix]: PSO caching broken? Just re-generate on mismatch (TODO: fix this later)

This commit is contained in:
2025-06-19 15:55:17 +08:00
parent 3d2596f701
commit 09d13579fc
3 changed files with 97 additions and 19 deletions
+1
View File
@@ -23,6 +23,7 @@ namespace MG_Util {
void LogWrite(const char* format, va_list args);
const char* GLEnumToString(::GLenum value);
const char* DiligentBlendFactorToString(Diligent::BLEND_FACTOR value);
}
}