jogl 1.1.1

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

jogl 1.1.1

paul
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?

Kind regards,
Paul
Reply | Threaded
Open this post in threaded view
|

Re: jogl 1.1.1

Sven Gothel
Administrator
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