Struct GLDebugGroup ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
RAII wrapper for OpenGL debug group markers.
csharp
public ref struct GLDebugGroupRemarks ​
Used to annotate sections of OpenGL commands in debugging tools like RenderDoc.
Constructors ​
GLDebugGroup(string) ​
Initializes a new debug group and pushes it onto the OpenGL debug stack.
csharp
public GLDebugGroup(string name)Parameters ​
name string
Name of the debug group to display in profiling tools.
Methods ​
Dispose() ​
Pops the debug group from the OpenGL debug stack.
csharp
public readonly void Dispose()
