glGetObjectPtrLabel

retrieve the label of a sync object identified by a pointer

Signature

glGetObjectPtrLabel( void * ( ptr ) , GLsizei ( bifSize ) , GLsizei * ( length ) , char * ( label ) )-> void
glGetObjectPtrLabel( ptr , bufSize , length , label )

Parameters

VariablesDescription
ptr
The name of the sync object whose label to retrieve.
bufSize
The length of the buffer whose address is in label .
length
The address of a variable to receive the length of the object label.
label
The address of a string that will receive the object label.