Skip to content

API Reference / @gtkx/gl / objectLabel

Function: objectLabel()

objectLabel(identifier, name, length, label): void

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

void glObjectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label)

Provided by GL_VERSION_4_3.

Parameters

identifier

number

GLenum, group ObjectIdentifier

name

number

GLuint

length

number

GLsizei

label

string

const GLchar *, length COMPSIZE(label,length)

Returns

void

See

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

Released under the MPL-2.0 License.