aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-08-03 10:48:58 -0700
committerSven Gothel <[email protected]>2009-08-03 10:48:58 -0700
commit733d54f7e2977c20e373eba50b9cd16966a4fb77 (patch)
tree26bbac3913f04ed6f388eed4a1f7a56d52a300cd /make/config/jogl
parenta2350e9ae32797deaca04ee129ee459022ee29da (diff)
Doc: OpenGL 3.1 .. 3.2 profile clarification
Diffstat (limited to 'make/config/jogl')
-rw-r--r--make/config/jogl/gl-common.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg
index 935bf6664..efa4c7bdd 100644
--- a/make/config/jogl/gl-common.cfg
+++ b/make/config/jogl/gl-common.cfg
@@ -605,9 +605,8 @@ ClassJavadoc GL2 */
ClassJavadoc GL3 /**
ClassJavadoc GL3 * <P>
-ClassJavadoc GL3 * This interface contains all core desktop OpenGL methods starting from 3.1,
-ClassJavadoc GL3 * inclusive - forward compatible, as well as most of it's extensions defined at the
-ClassJavadoc GL3 * time of this specification.<br>
+ClassJavadoc GL3 * This interface contains all core, forward compatible, OpenGL methods starting from 3.1,
+ClassJavadoc GL3 * inclusive, as well as most of it's extensions defined at the time of this specification.<br>
ClassJavadoc GL3 * Note: OpenGL 3.0 forward compatible, non deprecated functionality is included in the
ClassJavadoc GL3 * 3.1 specification, hence the {@link GL2GL3} implemented interface.<br>
ClassJavadoc GL3 * Note: OpenGL 3.1 forward compatible no more includes fixed point functionality.