[Chore] (MG_Backend/DirectGLES): more debug stuff

This commit is contained in:
2026-01-08 11:38:57 +08:00
parent 0d4c227196
commit 6efcecc147
+6
View File
@@ -18,6 +18,12 @@ namespace MobileGL::MG_Backend::DirectGLES {
ErrorLopper();
~ErrorLopper();
};
class OpenGLScopeMarker {
public:
explicit OpenGLScopeMarker(String scopeName);
~OpenGLScopeMarker();
};
} // namespace DebugImpl
namespace BufferImpl {