diff options
Diffstat (limited to 'src/mesa/vbo/vbo_private.h')
-rw-r--r-- | src/mesa/vbo/vbo_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_private.h b/src/mesa/vbo/vbo_private.h index 2640f3e21f9..1f3d31f577a 100644 --- a/src/mesa/vbo/vbo_private.h +++ b/src/mesa/vbo/vbo_private.h @@ -48,6 +48,8 @@ struct vbo_context { /* The array of inputs used for _DrawVAO draws. */ struct vbo_inputs draw_arrays; + struct gl_vertex_array_object *VAO; + struct vbo_exec_context exec; struct vbo_save_context save; |