List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| osg::VertexBufferObject::VertexBufferObject |
( |
) |
|
| osg::VertexBufferObject::VertexBufferObject |
( |
const VertexBufferObject & |
vbo, |
|
|
const CopyOp & |
copyop = CopyOp::SHALLOW_COPY |
|
) |
| |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osg::VertexBufferObject::~VertexBufferObject |
( |
) |
[protected, virtual] |
Member Function Documentation
| unsigned int osg::VertexBufferObject::addArray |
( |
osg::Array * |
array ) |
|
| virtual void osg::VertexBufferObject::compileBuffer |
( |
State & |
state ) |
const [virtual] |
| Array* osg::VertexBufferObject::getArray |
( |
unsigned int |
i ) |
[inline] |
| const Array* osg::VertexBufferObject::getArray |
( |
unsigned int |
i ) |
const [inline] |
| const GLvoid* osg::VertexBufferObject::getOffset |
( |
unsigned int |
i ) |
const [inline] |
| void osg::VertexBufferObject::removeArray |
( |
osg::Array * |
array ) |
|
| virtual void osg::VertexBufferObject::resizeGLObjectBuffers |
( |
unsigned int |
maxSize ) |
[virtual] |
Resize any per context GLObject buffers to specified size.
Reimplemented from osg::BufferObject.
| void osg::VertexBufferObject::setArray |
( |
unsigned int |
i, |
|
|
Array * |
array |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: