mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 23:20:23 +01: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
|
||||
printf("************** original vertex program\n");
|
||||
_mesa_print_program(&vertProg->Base);
|
||||
_mesa_print_program_parameters(ctx, &fragProg->Base);
|
||||
_mesa_print_program_parameters(ctx, &vertProg->Base);
|
||||
#endif
|
||||
#if 1
|
||||
printf("************** linked vertex prog\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue