mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 14:34:15 +00:00
feat: add a few improvements of cube logic
This commit is contained in:
@@ -14,7 +14,7 @@ class VBO
|
||||
VBO();
|
||||
~VBO();
|
||||
|
||||
void setData(GLfloat* vertices, size_t size);
|
||||
void setData(const GLfloat* vertices, size_t size);
|
||||
|
||||
void bind();
|
||||
void unbind();
|
||||
|
||||
Reference in New Issue
Block a user