Login  Register

Re: jogl 1.1.1

Posted by Sven Gothel on Nov 20, 2010; 5:00am
URL: https://forum.jogamp.org/jogl-1-1-1-tp1928941p1934711.html

On Friday, November 19, 2010 07:10:20 paul [via jogamp] wrote:
>
> I'm using jogl 1.1.1.
> Now, my customer would like to know what OpenGL 3 features I'm using in my application.
> Is there a list of the features included in Jogl defining what Open GL version it is attached to?
> I know that I'm using a frame buffer object that is an extension to the early OpenGL versions but included in OpenGL 3.
>
> How do I get to know theese things?

http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/
http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/javax/media/opengl/GL3.html

(linked at http://jogl.jogamp.org/)
http://www.opengl.org/registry/doc/glspec41.compatibility.20100725.withchanges.pdf

~Sven