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