diff options
author | Sven Gothel <[email protected]> | 2009-10-18 09:08:13 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-10-18 09:08:13 -0700 |
commit | 1222d9c3329469efa23c5cbf106059359db132a4 (patch) | |
tree | 74350d35fb5d55a9716a9db0dbd1bd41ac4808d8 /make/config/jogl | |
parent | 52d180d27f62f096542615499ce670f2ba9a76ee (diff) |
Fix JavaDoc for GL3bc
Diffstat (limited to 'make/config/jogl')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 37c030cb5..d9d66323a 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -569,7 +569,7 @@ RangeCheck glDeleteVertexArraysAPPLE 1 {0} # Javadoc for the GL class ClassJavadoc GL /** -ClassJavadoc GL * <P> Common interface containing the subset of all profiles, GL3, GL2, GLES1 and GLES2.<br> +ClassJavadoc GL * <P> Common interface containing the subset of all profiles, GL3bc, GL3, GL2, GLES1 and GLES2.<br> ClassJavadoc GL * This interface reflects common data types, texture and framebuffer functionality.</P> ClassJavadoc GL */ @@ -589,7 +589,7 @@ ClassJavadoc GL2ES2 */ ClassJavadoc GL2GL3 /** ClassJavadoc GL2GL3 * <P> -ClassJavadoc GL2GL3 * Interface containing the common subset of GL3 (OpenGL 3.1+) and GL2 (OpenGL 3.0), +ClassJavadoc GL2GL3 * Interface containing the common subset of core GL3 (OpenGL 3.1+) and GL2 (OpenGL 3.0), ClassJavadoc GL2GL3 * also known as the OpenGL 3.0 forward compatible, non deprecated subset.<br> ClassJavadoc GL2GL3 * This interface reflects only the programmable shader functionality of desktop OpenGL<br> ClassJavadoc GL2GL3 * </P> @@ -603,11 +603,18 @@ ClassJavadoc GL2 * time of this specification. Early OpenGL extensions whose f ClassJavadoc GL2 * was incorporated into core OpenGL by version 3.0, inclusive, are specifically ClassJavadoc GL2 * excluded.<br> ClassJavadoc GL2 * Note: OpenGL 3.0 is the last subsumed version in the specification. -ClassJavadoc GL2 * You need to use a {@link GL3} OpenGL 3.1+ context to benefit +ClassJavadoc GL2 * You need to use a {@link GL3} or {@link GL3bc} OpenGL 3.1+ context to benefit ClassJavadoc GL2 * from new functionality and versions. ClassJavadoc GL2 * </P> ClassJavadoc GL2 */ +ClassJavadoc GL3bc /** +ClassJavadoc GL3bc * <P> +ClassJavadoc GL3bc * This interface contains the OpenGL 3.x compatibility profile, ie includes all methods +ClassJavadoc GL3bc * as defined in {@link GL2} and {@link GL3}.<br> +ClassJavadoc GL3bc * </P> +ClassJavadoc GL3bc */ + ClassJavadoc GL3 /** ClassJavadoc GL3 * <P> ClassJavadoc GL3 * This interface contains all core, forward compatible, OpenGL methods starting from 3.1, |