diff options
author | Keith Whitwell <[email protected]> | 2008-04-19 20:20:40 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-19 20:20:40 +0100 |
commit | 68a7cb21fa14eac9e38bf398623739a892cc0d52 (patch) | |
tree | 486341084e2258ebf0b458fbf56e4c49fbefc09e /src/gallium/auxiliary/draw/draw_vertex.h | |
parent | d0a4bf08b1a80d62f81301c5b37723dfca436b62 (diff) |
draw: rearrange debug code
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vertex.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vertex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vertex.h b/src/gallium/auxiliary/draw/draw_vertex.h index 65818463cae..6d8bac51384 100644 --- a/src/gallium/auxiliary/draw/draw_vertex.h +++ b/src/gallium/auxiliary/draw/draw_vertex.h @@ -106,5 +106,7 @@ draw_emit_vertex_attr(struct vertex_info *vinfo, extern void draw_compute_vertex_size(struct vertex_info *vinfo); +void draw_dump_emitted_vertex(const struct vertex_info *vinfo, + const uint8_t *data); #endif /* DRAW_VERTEX_H */ |