summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index cad96807df3..ccd40d39e66 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -371,5 +371,14 @@ struct pipe_vertex_element
};
+/**
+ * Vertex feedback buffer
+ */
+struct pipe_feedback_buffer {
+ struct pipe_buffer_handle *buffer;
+ unsigned size;
+ unsigned start_offset;
+};
+
#endif