1 // C function void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) 2 3 public static native String glGetObjectPtrLabel(long ptr); 4 5