mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
10f7c54477
commit
e68aa12849
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue