mesa: dump/debug varying vars list

(cherry picked from commit 3f6668a4bf)
This commit is contained in:
Brian Paul 2008-11-24 09:03:47 -07:00 committed by Brian Paul
parent 36f9d3fa9a
commit a92af00e2a

View file

@ -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);
}