18#include <GLFW/glfw3.h>
26 EBO(GLuint* indices, GLsizeiptr size);
29 void init(GLuint* indices, GLsizeiptr size);
38 void update(GLuint* indices, GLsizeiptr size);
void update(GLuint *indices, GLsizeiptr size)
Definition EBO.cpp:55
void Delete()
Definition EBO.cpp:50
GLuint ID
Definition EBO.h:24
void Bind() const
Definition EBO.cpp:38
EBO()
Definition EBO.cpp:26
EBO(GLuint *indices, GLsizeiptr size)
Definition EBO.cpp:19
void init(GLuint *indices, GLsizeiptr size)
Definition EBO.cpp:31
void Unbind()
Definition EBO.cpp:44