glObjectPtrLabel

label a a sync object identified by a pointer

Signature

glObjectPtrLabel( void * ( ptr ) , GLsizei ( length ) , const char * ( label ) )-> void
glObjectPtrLabel( ptr , length , label )

Parameters

VariablesDescription
ptr
A pointer identifying a sync object.
length
The length of the label to be used for the object.
label
The address of a string containing the label to assign to the object.