Skip to content

API Reference / @gtkx/gl / pushDebugGroup

Function: pushDebugGroup()

pushDebugGroup(source, id, length, message): void

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

void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const GLchar *message)

Provided by GL_VERSION_4_3.

Parameters

source

number

GLenum, group DebugSource

id

number

GLuint

length

number

GLsizei

message

string

const GLchar *, length COMPSIZE(message,length)

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glPushDebugGroup.xhtml

Released under the MPL-2.0 License.