summaryrefslogtreecommitdiff
path: root/gfx/models/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r--gfx/models/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h
index 472b7ed..a2205a1 100644
--- a/gfx/models/mesh.h
+++ b/gfx/models/mesh.h
@@ -14,6 +14,7 @@ public:
Mesh(const std::span<const Vertex> vertices, const std::span<const unsigned int> indices, GLenum = GL_TRIANGLES);
void Draw() const;
+ void DrawInstanced(GLuint vao, GLsizei count) const;
VertexArrayObject & configureVAO(VertexArrayObject &&) const;
GLsizei count() const;
GLenum type() const;