API Reference / @gtkx/gl / pushDebugGroup
Function: pushDebugGroup()
pushDebugGroup(
source,id,length,message):void
Defined in: generated/commands.d.ts:5023
void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message)
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 glPushDebugGroupKHR.
Parameters
source
number
DebugSource
id
number
GLuint
length
number
GLsizei
message
string
string, length COMPSIZE(message,length)
Returns
void