Bläddra i källkod

mesa: Fix the name in the error message

Obvious copy-and-paste bug.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
tags/10.3-branchpoint
Ian Romanick 11 år sedan
förälder
incheckning
5072d0e7fc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/mesa/main/uniform_query.cpp

+ 1
- 1
src/mesa/main/uniform_query.cpp Visa fil

@@ -91,7 +91,7 @@ _mesa_GetActiveUniformsiv(GLuint program,

if (uniformCount < 0) {
_mesa_error(ctx, GL_INVALID_VALUE,
"glGetUniformIndices(uniformCount < 0)");
"glGetActiveUniformsiv(uniformCount < 0)");
return;
}


Laddar…
Avbryt
Spara