improved memory usage
This commit is contained in:
parent
4ebb7492df
commit
ab49441b4d
2 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ namespace oglu
|
|||
|
||||
inline void RegisterVertexAttribPointer(GLuint index, const VertexAttribute& topology);
|
||||
|
||||
GLuint VAO;
|
||||
GLuint VAO, VBO, EBO;
|
||||
GLsizei count;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue