Skip to content
Snippets Groups Projects
Commit 89b9ef93 authored by Chris Forbes's avatar Chris Forbes
Browse files

mesa: Fix function name in GetActiveUniformName error


Signed-off-by: default avatarChris Forbes <chrisf@ijw.co.nz>
parent 3d9c1a9d
Loading
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment