mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
ARB prog: _mesa_print_program output should go to same place as _mesa_printf
This commit is contained in:
parent
f3cba9d66a
commit
a7400e7364
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ _mesa_fprint_program_opt(FILE *f,
|
|||
void
|
||||
_mesa_print_program(const struct gl_program *prog)
|
||||
{
|
||||
_mesa_fprint_program_opt(stdout, prog, PROG_PRINT_DEBUG, GL_TRUE);
|
||||
_mesa_fprint_program_opt(stderr, prog, PROG_PRINT_DEBUG, GL_TRUE);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue