diff options
Diffstat (limited to 'make/gl-common.cfg')
-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); |