Browse Source

mesa: dump/debug varying vars list

(cherry picked from commit 3f6668a4bf)
tags/mesa_20090313
Brian Paul 16 years ago
parent
commit
a92af00e2a
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/mesa/shader/slang/slang_link.c

+ 5
- 0
src/mesa/shader/slang/slang_link.c 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);
}


Loading…
Cancel
Save