feat: add a few improvements of cube logic

This commit is contained in:
2025-12-30 14:27:11 +01:00
parent 03c8f77029
commit 7f70d00e4c
9 changed files with 77 additions and 185 deletions

View File

@@ -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();