glGetObjectPtrLabel method
void
glGetObjectPtrLabel()
Implementation
void glGetObjectPtrLabel(
ffi.Pointer<ffi.Void> ptr,
int bufSize,
ffi.Pointer<ffi.Int32> length,
ffi.Pointer<ffi.Int8> label,
) {
return (_glGetObjectPtrLabel ??= _dylib.lookupFunction<
_c_glGetObjectPtrLabel,
_dart_glGetObjectPtrLabel>('glGetObjectPtrLabel'))(
ptr,
bufSize,
length,
label,
);
}