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_Types, and COMPARE_StateAttribute_Parameter.
osg::TransformFeedbackBufferBinding::META_StateAttribute | ( | osg | , |
TransformFeedbackBufferBinding | , | ||
TRANSFORMFEEDBACKBUFFERBINDING | |||
) |
![]() | Generated at Mon Oct 3 2011 12:39:41 for the OpenSceneGraph by doxygen 1.7.5. |