diff options
author | Kenneth Russel <[email protected]> | 2005-05-27 22:28:01 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-27 22:28:01 +0000 |
commit | 2e17e1d9f8b9cae73fac1a0a0b49b5a9cd13280b (patch) | |
tree | 4e627d6e356b09c61745b9172a60c2977433b908 /make | |
parent | a3944ffd82fe2d12643cbf59d326ae1ccf535a5b (diff) |
Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added
HDR demo
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@288 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index aa680eb62..515b3726c 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -334,7 +334,7 @@ CustomJavaCode GL * used successfully through this GL instance given the curr CustomJavaCode GL * <i>client</i>) and display (OpenGL <i>server</i>) configuration.<P> CustomJavaCode GL * CustomJavaCode GL * @param glExtensionName the name of the OpenGL extension (e.g., -CustomJavaCode GL * "GL_VERTEX_PROGRAM_ARB"). +CustomJavaCode GL * "GL_ARB_vertex_program"). CustomJavaCode GL */ CustomJavaCode GL public boolean isExtensionAvailable(String glExtensionName); |