diff options
Diffstat (limited to 'src/mesa/vbo/vbo_private.h')
-rw-r--r-- | src/mesa/vbo/vbo_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_private.h b/src/mesa/vbo/vbo_private.h index 1f3d31f577a..112a4605c7b 100644 --- a/src/mesa/vbo/vbo_private.h +++ b/src/mesa/vbo/vbo_private.h @@ -44,7 +44,8 @@ struct _mesa_prim; struct vbo_context { - struct gl_vertex_array currval[VBO_ATTRIB_MAX]; + struct gl_vertex_buffer_binding binding; + struct gl_array_attributes current[VBO_ATTRIB_MAX]; /* The array of inputs used for _DrawVAO draws. */ struct vbo_inputs draw_arrays; |