![]() |
Cinder
0.9.1
|
This is the complete list of members for cinder::gl::Batch, including all inherited members.
AttributeMapping typedef | cinder::gl::Batch | |
Batch(const VboMeshRef &vboMesh, const gl::GlslProgRef &glsl, const AttributeMapping &attributeMapping) | cinder::gl::Batch | protected |
Batch(const geom::Source &source, const gl::GlslProgRef &glsl, const AttributeMapping &attributeMapping) | cinder::gl::Batch | protected |
BatchGeomTarget class | cinder::gl::Batch | friend |
bind() | cinder::gl::Batch | |
create(const VboMeshRef &vboMesh, const gl::GlslProgRef &glsl, const AttributeMapping &attributeMapping=AttributeMapping()) | cinder::gl::Batch | static |
create(const geom::Source &source, const gl::GlslProgRef &glsl, const AttributeMapping &attributeMapping=AttributeMapping()) | cinder::gl::Batch | static |
draw(GLint first=0, GLsizei count=-1) | cinder::gl::Batch | |
getGlslProg() const | cinder::gl::Batch | |
getIndexDataType() const | cinder::gl::Batch | |
getNumIndices() const | cinder::gl::Batch | |
getNumVertices() const | cinder::gl::Batch | |
getPrimitive() const | cinder::gl::Batch | |
getVao() const | cinder::gl::Batch | |
getVboMesh() const | cinder::gl::Batch | |
init(const geom::Source &source, const gl::GlslProgRef &glsl) | cinder::gl::Batch | protected |
initVao(const AttributeMapping &attributeMapping=AttributeMapping()) | cinder::gl::Batch | protected |
mAttribMapping | cinder::gl::Batch | protected |
mGlsl | cinder::gl::Batch | protected |
mVao | cinder::gl::Batch | protected |
mVboMesh | cinder::gl::Batch | protected |
reassignContext(Context *context) | cinder::gl::Batch | |
replaceGlslProg(const GlslProgRef &glsl) | cinder::gl::Batch | |
replaceVboMesh(const VboMeshRef &vboMesh) | cinder::gl::Batch |