1 #ifndef CORE_INCLUDE_EBO_HPP
2 #define CORE_INCLUDE_EBO_HPP
9 EBO(GLuint *indices, GLsizeiptr size);
12 void setup(GLuint *indices, GLsizeiptr size);
void setup(GLuint *indices, GLsizeiptr size)
Definition: EBO.cpp:11
void bind()
Definition: EBO.cpp:17
GLuint ID
Definition: EBO.hpp:11
EBO()
Definition: EBO.cpp:3
void unbind()
Definition: EBO.cpp:19
void remove()
Definition: EBO.cpp:21