Hi,
is JOGL already supporting the new OpenGL versions?
Thanks in advance,
Paulo
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 …
Nice exercise … which lead to a few more aliased extensions in the realm of
3.0, 3.1 and 3.2 … (be warned
Thanks for the information, I will have a look at it.