diff options
author | Keith Whitwell <[email protected]> | 2009-04-30 10:59:19 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-05-05 13:14:46 +0100 |
commit | c6b3c2f34b5fdc30e679068d4e6130ba30efc1e4 (patch) | |
tree | e22ed2ed73656db55be436a5c5a878a5ba8fb8b8 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 4d548bd069220677b12630cbab6f8c228e3d3a6b (diff) |
gallium/draw: cope with unused vertex_elements
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index 6f3e1e0289b..8ef0ea8011f 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -187,6 +187,7 @@ struct pt_emit *draw_pt_emit_create( struct draw_context *draw ); struct pt_fetch; void draw_pt_fetch_prepare( struct pt_fetch *fetch, + unsigned vertex_input_count, unsigned vertex_size ); void draw_pt_fetch_run( struct pt_fetch *fetch, |