summaryrefslogtreecommitdiff
path: root/include/glu3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glu3.h')
-rw-r--r--include/glu3.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/glu3.h b/include/glu3.h
index 70b2eb7..e97e477 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -327,9 +327,12 @@ public:
virtual void begin_primitive(GLenum mode, unsigned count) = 0;
/**
- * Emit an element index for drawing
+ * Emit a batch of element indices for drawing
+ *
+ * \param idx Vertex indices.
+ * \param count Number of indices being emitted.
*/
- virtual void index(unsigned idx) = 0;
+ virtual void index_batch(const unsigned *idx, unsigned count) = 0;
/**
* End an index primitive previously started with begin_primitive