Skip to content

API Reference / @gtkx/gl / popDebugGroup

Function: popDebugGroup()

popDebugGroup(): void

Defined in: generated/commands.d.ts:4253

void glPopDebugGroup()

Provided by GL_VERSION_4_3. Registry note: Reuse commands from KHR_debug (includes ARB_debug_output commands promoted to KHR without suffixes) Also provided by the GL_KHR_debug extension. GL_KHR_debug note: KHR extensions mandate suffixes for ES, unlike for GL. Also known as glPopDebugGroupKHR.

Returns

void

Released under the MPL-2.0 License.