mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
mesa: dump/debug varying vars list
This commit is contained in:
parent
777a5c4f2e
commit
3f6668a4bf
1 changed files with 5 additions and 0 deletions
|
|
@ -606,6 +606,11 @@ _slang_link(GLcontext *ctx,
|
|||
}
|
||||
}
|
||||
|
||||
if (MESA_VERBOSE & VERBOSE_GLSL_DUMP) {
|
||||
printf("Varying vars:\n");
|
||||
_mesa_print_parameter_list(shProg->Varying);
|
||||
}
|
||||
|
||||
shProg->LinkStatus = (shProg->VertexProgram || shProg->FragmentProgram);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue