JOGL support for OpenGL 3.x

Hi,

is JOGL already supporting the new OpenGL versions?

Thanks in advance,
Paulo

yes jogl2 supports OpenGL 3.1 and should already support 3.2. (it uses the official headers for the build)
http://download.java.net/media/jogl/jogl-2.x-docs-next/javax/media/opengl/GL3.html

in case there is anything missing it will be added.

Just added the OpenGL 3.2 extensions by hand … :slight_smile:
Nice exercise … which lead to a few more aliased extensions in the realm of
3.0, 3.1 and 3.2 … (be warned :slight_smile:

Thanks for the information, I will have a look at it.