From 1ae9e588fa8e213f414f3d2d2e70c001deb304c8 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 3 Jan 2012 19:18:45 +0100 Subject: util: add helper function util_dump_draw_info --- src/gallium/auxiliary/util/u_dump.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/auxiliary/util/u_dump.h') diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h index 3890b3bddca..87d84bead97 100644 --- a/src/gallium/auxiliary/util/u_dump.h +++ b/src/gallium/auxiliary/util/u_dump.h @@ -162,6 +162,8 @@ void util_dump_vertex_element(FILE *stream, const struct pipe_vertex_element *state); +void +util_dump_draw_info(FILE *stream, const struct pipe_draw_info *state); /* FIXME: Move the other debug_dump_xxx functions out of u_debug.h into here. */ -- cgit v1.2.3