ScopedGroup class
#include <nCine/Graphics/GL/GLDebug.h>
RAII scope for an OpenGL debug message group.
Pushes a debug group on construction and pops it on destruction.
Constructors, destructors, conversion operators
- ScopedGroup(StringView message) explicit
- Pushes a debug group with the given message.
- ~ScopedGroup()