Fixed copy/paste error.

This commit is contained in:
Ioannis Tsakpinis 2010-03-31 21:15:12 +00:00
parent 37489e8c94
commit 0f711dc537
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public interface GL20 {
@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,