From 6efcecc1471dd8b0e6ececbdf1d305ac805ccd47 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Thu, 8 Jan 2026 11:38:57 +0800 Subject: [PATCH] [Chore] (MG_Backend/DirectGLES): more debug stuff --- MobileGL/MG_Backend/DirectGLES/Utils.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MobileGL/MG_Backend/DirectGLES/Utils.h b/MobileGL/MG_Backend/DirectGLES/Utils.h index 73dbb71a..57143836 100644 --- a/MobileGL/MG_Backend/DirectGLES/Utils.h +++ b/MobileGL/MG_Backend/DirectGLES/Utils.h @@ -18,6 +18,12 @@ namespace MobileGL::MG_Backend::DirectGLES { ErrorLopper(); ~ErrorLopper(); }; + + class OpenGLScopeMarker { + public: + explicit OpenGLScopeMarker(String scopeName); + ~OpenGLScopeMarker(); + }; } // namespace DebugImpl namespace BufferImpl {