#include <VBO.h>
|
| VBO (GLfloat *vertices, GLsizeiptr size, GLenum typeVBO) |
|
| VBO () |
|
void | init (GLfloat *vertices, GLsizeiptr size, GLenum typeVBO) |
|
void | Bind () const |
|
void | Unbind () |
|
void | Delete () |
|
void | update (GLfloat *vertices, GLsizeiptr size) |
|
◆ VBO() [1/2]
VBO::VBO |
( |
GLfloat * | vertices, |
|
|
GLsizeiptr | size, |
|
|
GLenum | typeVBO ) |
◆ VBO() [2/2]
◆ Bind()
◆ Delete()
◆ init()
void VBO::init |
( |
GLfloat * | vertices, |
|
|
GLsizeiptr | size, |
|
|
GLenum | typeVBO ) |
◆ Unbind()
◆ update()
void VBO::update |
( |
GLfloat * | vertices, |
|
|
GLsizeiptr | size ) |
◆ ID
The documentation for this class was generated from the following files: