a bunch of junk, merging 'shitty' branch

This commit is contained in:
2025-05-06 16:20:18 +08:00
parent 31d2d62a59
commit c68cbfa37b
14 changed files with 797 additions and 10 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace MG_Util::Program {
std::string FormatUniformValue(const UniformValue& value);
void DumpUniforms(const ProgramState& state, GLuint program);
void DumpCurrentUniforms(const ProgramState& state);
std::string CompileSPIRVToGLSL(std::vector<unsigned int> spirv, uint glslVersion, bool isES);
}
#endif //MOBILEGL_PROGRAM_DEBUGTOOL_H