|
OpenSceneGraph
3.0.1
|
StateAttribute for binding a transform feedback index target. More...

Public Member Functions | |
| TransformFeedbackBufferBinding (GLuint index=0) | |
| TransformFeedbackBufferBinding (GLuint index, BufferObject *bo, GLintptr offset, GLsizeiptr size) | |
| TransformFeedbackBufferBinding (const TransformFeedbackBufferBinding &rhs, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_StateAttribute (osg, TransformFeedbackBufferBinding, TRANSFORMFEEDBACKBUFFERBINDING) | |
| virtual int | compare (const StateAttribute &bb) const |
| Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. | |
StateAttribute for binding a transform feedback index target.
| osg::TransformFeedbackBufferBinding::TransformFeedbackBufferBinding | ( | GLuint | index = 0 | ) |
| osg::TransformFeedbackBufferBinding::TransformFeedbackBufferBinding | ( | GLuint | index, |
| BufferObject * | bo, | ||
| GLintptr | offset, | ||
| GLsizeiptr | size | ||
| ) |
| osg::TransformFeedbackBufferBinding::TransformFeedbackBufferBinding | ( | const TransformFeedbackBufferBinding & | rhs, |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
| ) |
| virtual int osg::TransformFeedbackBufferBinding::compare | ( | const StateAttribute & | sa | ) | const [inline, virtual] |
Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute.
References COMPARE_StateAttribute_Parameter, and COMPARE_StateAttribute_Types.
| osg::TransformFeedbackBufferBinding::META_StateAttribute | ( | osg | , |
| TransformFeedbackBufferBinding | , | ||
| TRANSFORMFEEDBACKBUFFERBINDING | |||
| ) |
| Generated at Thu Sep 27 2012 17:02:48 for the OpenSceneGraph by doxygen 1.7.6.1. |