From: <sp...@us...> - 2010-03-31 21:15:28
|
Revision: 3301 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3301&view=rev Author: spasi Date: 2010-03-31 21:15:12 +0000 (Wed, 31 Mar 2010) Log Message: ----------- Fixed copy/paste error. Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL20.java Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/GL20.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/opengl/GL20.java 2010-03-31 20:56:07 UTC (rev 3300) +++ trunk/LWJGL/src/templates/org/lwjgl/opengl/GL20.java 2010-03-31 21:15:12 UTC (rev 3301) @@ -251,7 +251,7 @@ @OutParameter @GLchar ByteBuffer name); /** This version returns both size and type in the sizeType buffer (at .position() and .position() + 1). */ - @Alternate("glGetActiveUniformARB") + @Alternate("glGetActiveUniform") @GLreturn(value = "name", maxLength = "maxLength") void glGetActiveUniform3(@GLuint int program, @GLuint int index, @GLsizei int maxLength, @OutParameter @GLsizei @Constant("name_length, 0") IntBuffer length, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |