mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
fix vert/frag typo
This commit is contained in:
parent
07e62084bb
commit
c6d930a114
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ _slang_link(GLcontext *ctx,
|
||||||
#if 1
|
#if 1
|
||||||
printf("************** original vertex program\n");
|
printf("************** original vertex program\n");
|
||||||
_mesa_print_program(&vertProg->Base);
|
_mesa_print_program(&vertProg->Base);
|
||||||
_mesa_print_program_parameters(ctx, &fragProg->Base);
|
_mesa_print_program_parameters(ctx, &vertProg->Base);
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 1
|
||||||
printf("************** linked vertex prog\n");
|
printf("************** linked vertex prog\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue