https://forum.jogamp.org/RFC-OpenGL-3-3-4-0-and-4-1-support-tp1314485p1329627.html
>
> Hi,
>
> Thanks for bringing JOGL up to date with GL versions!
>
> I just want to report that the following functions:
>
> GLAPI void APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei
> count, GLsizei primcount);
> GLAPI void APIENTRY glDrawElementsInstanced (GLenum mode, GLsizei count,
> GLenum type, const GLvoid *indices, GLsizei primcount);
> GLAPI void APIENTRY glTexBuffer (GLenum target, GLenum internalformat,
> GLuint buffer);
>
> have been removed after last commits from gl3.h file, and become now
> unavailable in GL3 java interface.
> One have to cast the invocations to GL2 interface because this is where they
> landed.
> I think it's improper, because according to the spec and man pages (
>
http://www.opengl.org/sdk/docs/man3/ ) these functions are part of GL3.3
> core profile.
>
>