Voxeloop
0.1.0
Musical Loop Generation in Voxel World
|
#include <EBO.hpp>
Public Member Functions | |
EBO (GLuint *indices, GLsizeiptr size) | |
EBO () | |
void | setup (GLuint *indices, GLsizeiptr size) |
void | bind () |
void | unbind () |
void | remove () |
Public Attributes | |
GLuint | ID |
EBO::EBO | ( | GLuint * | indices, |
GLsizeiptr | size | ||
) |
EBO::EBO | ( | ) |
void EBO::bind | ( | ) |
void EBO::remove | ( | ) |
void EBO::setup | ( | GLuint * | indices, |
GLsizeiptr | size | ||
) |
void EBO::unbind | ( | ) |
GLuint EBO::ID |