Login  Register

Re: RFC: OpenGL 3.3, 4.0 and 4.1 support

Posted by Sven Gothel on Aug 25, 2010; 12:41pm
URL: https://forum.jogamp.org/RFC-OpenGL-3-3-4-0-and-4-1-support-tp1314485p1329627.html

On Tuesday, August 24, 2010 22:58:54 Matt [via jogamp] wrote:

>
> 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.
>
>
Fixed 1b2f7ebe62ce661eb32cc9caf74c6c49c8c5f15a

~Sven