mesa: data structure updates for GL_EXT_provoking_vertex
[mesa.git] / src / mesa / main / api_arrayelt.h
index 1c0af9f3ea8da32a21c72686497f0f782bd61207..e621724fb29787b2101b5458ae0c27363a407080 100644 (file)
@@ -34,4 +34,9 @@ extern void _ae_destroy_context( GLcontext *ctx );
 extern void _ae_invalidate_state( GLcontext *ctx, GLuint new_state );
 extern void GLAPIENTRY _ae_loopback_array_elt( GLint elt );
 
+/* May optionally be called before a batch of element calls:
+ */
+extern void _ae_map_vbos( GLcontext *ctx );
+extern void _ae_unmap_vbos( GLcontext *ctx );
+
 #endif