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