mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa: dump/debug varying vars list
(cherry picked from commit 3f6668a4bf)
This commit is contained in:
parent
36f9d3fa9a
commit
a92af00e2a
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