Table of Contents

Struct GLDebugGroup

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

RAII wrapper for OpenGL debug group markers.

public ref struct GLDebugGroup

Inherited Members

Remarks

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.

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.

public readonly void Dispose()