cinder::gl::Vbo Class Reference
#include <Vbo.h>
List of all members.
Member Typedef Documentation
Emulates shared_ptr-like behavior.
Constructor & Destructor Documentation
cinder::gl::Vbo::Vbo |
( |
GLenum |
aTarget |
) |
|
Member Function Documentation
void cinder::gl::Vbo::bind |
( |
|
) |
|
void cinder::gl::Vbo::unbind |
( |
|
) |
|
void cinder::gl::Vbo::bufferData |
( |
size_t |
size, |
|
|
const void * |
data, |
|
|
GLenum |
usage | |
|
) |
| | |
void cinder::gl::Vbo::bufferSubData |
( |
ptrdiff_t |
offset, |
|
|
size_t |
size, |
|
|
const void * |
data | |
|
) |
| | |
uint8_t * cinder::gl::Vbo::map |
( |
GLenum |
access |
) |
|
void cinder::gl::Vbo::unmap |
( |
|
) |
|
GLenum cinder::gl::Vbo::getTarget |
( |
|
) |
const |
GLuint cinder::gl::Vbo::getId |
( |
|
) |
const |
Emulates shared_ptr-like behavior.
void cinder::gl::Vbo::reset |
( |
|
) |
|
Emulates shared_ptr-like behavior.
Member Data Documentation
The documentation for this class was generated from the following files: