1 // C function void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) 2 3 public static native String glGetObjectLabel(int identifier, int name); 4 5