mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Chore] (MG_Backend/DirectGLES): more debug stuff
This commit is contained in:
@@ -18,6 +18,12 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
|||||||
ErrorLopper();
|
ErrorLopper();
|
||||||
~ErrorLopper();
|
~ErrorLopper();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class OpenGLScopeMarker {
|
||||||
|
public:
|
||||||
|
explicit OpenGLScopeMarker(String scopeName);
|
||||||
|
~OpenGLScopeMarker();
|
||||||
|
};
|
||||||
} // namespace DebugImpl
|
} // namespace DebugImpl
|
||||||
|
|
||||||
namespace BufferImpl {
|
namespace BufferImpl {
|
||||||
|
|||||||
Reference in New Issue
Block a user