aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-common.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-10-22 05:29:22 +0000
committerKenneth Russel <[email protected]>2006-10-22 05:29:22 +0000
commit864265fc8fd5387796b8705bc8e0cbaddaa59c3b (patch)
tree4e6c40aec3369594ad6108a2fb13b947b47cb98b /make/gl-common.cfg
parent8e8ca4342b04263d539582e2468b3978724b1fd0 (diff)
Added documentation on ability to do
e.g. GL.isExtensionAvailable("GL_VERSION_1_5") git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@955 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r--make/gl-common.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg
index 29fe943f4..b06742518 100644
--- a/make/gl-common.cfg
+++ b/make/gl-common.cfg
@@ -469,7 +469,9 @@ ClassJavadoc GL * using the functionality it exposes: for example,
ClassJavadoc GL * <code>gl.isExtensionAvailable("GL_ARB_vertex_program");</code>.
ClassJavadoc GL * However, in this case it is up to the end user to know which
ClassJavadoc GL * routines or functionality are associated with which OpenGL
-ClassJavadoc GL * extensions.
+ClassJavadoc GL * extensions. It may also be used to test for the availability of a
+ClassJavadoc GL * particular version of OpenGL: for example,
+ClassJavadoc GL * <code>gl.isExtensionAvailable("GL_VERSION_1_5");</code>.
ClassJavadoc GL *
ClassJavadoc GL * <P> Exceptions to the window system extension naming rules:
ClassJavadoc GL *