Skip to content

Commit

Permalink
mesa: Fix function name in GetActiveUniformName error
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
  • Loading branch information
chrisforbes committed Nov 23, 2014
1 parent 3d9c1a9 commit 89b9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesa/main/uniforms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ _mesa_GetActiveUniformName(GLuint program, GLuint uniformIndex,
struct gl_shader_program *shProg;

if (!ctx->Extensions.ARB_uniform_buffer_object) {
_mesa_error(ctx, GL_INVALID_OPERATION, "glGetActiveUniformBlockiv");
_mesa_error(ctx, GL_INVALID_OPERATION, "glGetActiveUniformName");
return;
}

Expand Down

0 comments on commit 89b9ef9

Please sign in to comment.