diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-26 02:04:17 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-26 02:04:17 +0100 |
commit | c3af3f3ec6aff3e366acb8825413096581c736c1 (patch) | |
tree | 27d7a3190934d135cca12a9f9d1f2dc410a73d02 /gfx/models/mesh.h | |
parent | Draw rail vehicle classes and foliage with new mesh instance helper (diff) | |
download | ilt-c3af3f3ec6aff3e366acb8825413096581c736c1.tar.bz2 ilt-c3af3f3ec6aff3e366acb8825413096581c736c1.tar.xz ilt-c3af3f3ec6aff3e366acb8825413096581c736c1.zip |
Revert "Export mesh size and primitive type"
This reverts commit f3343e1cc8a56f039888d4d375a6d5a088a68494.
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r-- | gfx/models/mesh.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h index a2205a1..538c57a 100644 --- a/gfx/models/mesh.h +++ b/gfx/models/mesh.h @@ -16,8 +16,6 @@ public: void Draw() const;
void DrawInstanced(GLuint vao, GLsizei count) const;
VertexArrayObject & configureVAO(VertexArrayObject &&) const;
- GLsizei count() const;
- GLenum type() const;
private:
glVertexArray m_vertexArrayObject;
|