|
OpenSceneGraph
3.5.1
|

Public Member Functions | |
| virtual void | setVertexArray (unsigned int, const Vec2 *) |
| virtual void | setVertexArray (unsigned int, const Vec3 *) |
| virtual void | setVertexArray (unsigned int, const Vec4 *) |
| virtual void | setVertexArray (unsigned int, const Vec2d *) |
| virtual void | setVertexArray (unsigned int, const Vec3d *) |
| virtual void | setVertexArray (unsigned int, const Vec4d *) |
| virtual void | begin (GLenum mode) |
| virtual void | vertex (unsigned int vert) |
| virtual void | end () |
| virtual void | drawArrays (GLenum mode, GLint first, GLsizei count) |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLubyte *indices) |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLushort *indices) |
| virtual void | drawElements (GLenum mode, GLsizei count, const GLuint *indices) |
Public Member Functions inherited from osg::PrimitiveIndexFunctor | |
| virtual | ~PrimitiveIndexFunctor () |
| void | useVertexCacheAsVertexArray () |
Public Attributes | |
| GLenum | _modeCache |
| std::vector< GLuint > | _indexCache |
Public Attributes inherited from osg::PrimitiveIndexFunctor | |
| std::vector< Vec3 > | _vertexCache |
| bool | _treatVertexDataAsTemporary |
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
|
inlinevirtual |
Implements osg::PrimitiveIndexFunctor.
| std::vector<GLuint> osg::TriangleIndexFunctor< T >::_indexCache |
| GLenum osg::TriangleIndexFunctor< T >::_modeCache |
| Generated at Wed Nov 11 2015 22:14:46 for the OpenSceneGraph by doxygen 1.8.10. |