DebugScope
Simply define this object in a C++ scope like: ```cpp OpenGL::DebugScope glScope("Renderer::display"); ``` and it will associate all functions within the current scope within a named group. Supports `printf` formatting.