summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-14 11:26:20 -0600
committerBrian Paul <brianp@vmware.com>2009-08-14 11:27:33 -0600
commitdb598b899868ba6db8f3f525a22a45331589592e (patch)
tree66db3de86ef478cf4c7e01769075a8d3021b0824 /src/mesa/shader/prog_print.h
parentb6e5600bd460245afef605dbfbcf6650ff677dcb (diff)
mesa: new _mesa_append_uniforms_to_file() debug/logging function
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r--src/mesa/shader/prog_print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index 3da3e767cd..460426fd51 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -86,5 +86,8 @@ _mesa_print_parameter_list(const struct gl_program_parameter_list *list);
extern void
_mesa_write_shader_to_file(const struct gl_shader *shader);
+extern void
+_mesa_append_uniforms_to_file(const struct gl_shader *shader);
+
#endif /* PROG_PRINT_H */