diff options
Diffstat (limited to 'make/config/jogl/gl-common.cfg')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 5 |
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. |