diff options
author | Zack Rusin <[email protected]> | 2008-04-24 16:22:47 -0400 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-25 14:20:25 +0100 |
commit | 992d0b997f8f7e965e56852b81e01c290f8c13de (patch) | |
tree | 80910dbe213d341b7607ccaa359590a05b9d3d46 /src/gallium/auxiliary/draw/draw_private.h | |
parent | a7ce6d399221fbb59d96d56c853de9781bbf2547 (diff) |
frontend for rendering without elts
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 49593c8fada..cee58bbf73e 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -129,6 +129,7 @@ struct draw_context struct { struct draw_pt_front_end *vcache; + struct draw_pt_front_end *varray; } front; struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS]; |