improved memory usage

This commit is contained in:
Robert 2021-01-21 01:26:14 +01:00
parent 4ebb7492df
commit ab49441b4d
2 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ namespace oglu
inline void RegisterVertexAttribPointer(GLuint index, const VertexAttribute& topology);
GLuint VAO;
GLuint VAO, VBO, EBO;
GLsizei count;
};