mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
turn off debug output
This commit is contained in:
parent
8fed2466e4
commit
19710c95da
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ _slang_link(GLcontext *ctx,
|
|||
_mesa_print_program(&fragProg->Base);
|
||||
_mesa_print_program_parameters(ctx, &fragProg->Base);
|
||||
#endif
|
||||
#if 01
|
||||
#if 0
|
||||
printf("************** linked fragment prog\n");
|
||||
_mesa_print_program(&shProg->FragmentProgram->Base);
|
||||
_mesa_print_program_parameters(ctx, &shProg->FragmentProgram->Base);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue