Преглед на файлове

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 години
родител
ревизия
5072d0e7fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/mesa/main/uniform_query.cpp

+ 1
- 1
src/mesa/main/uniform_query.cpp Целия файл

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

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


Loading…
Отказ
Запис