meta: Get the correct info log
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Eric Anholt
parent
10f7c54477
commit
e68aa12849
@@ -403,7 +403,7 @@ compile_shader_with_debug(struct gl_context *ctx, GLenum target, const GLcharARB
|
||||
return 0;
|
||||
}
|
||||
|
||||
_mesa_GetProgramInfoLog(shader, size, NULL, info);
|
||||
_mesa_GetShaderInfoLog(shader, size, NULL, info);
|
||||
_mesa_problem(ctx,
|
||||
"meta program compile failed:\n%s\n"
|
||||
"source:\n%s\n",
|
||||
|
||||
Reference in New Issue
Block a user