openscenegraph
Public Member Functions
osg::TransformFeedbackBufferBinding Class Reference
Inheritance diagram for osg::TransformFeedbackBufferBinding:
osg::BufferIndexBinding osg::StateAttribute osg::Object osg::Referenced

List of all members.

Public Member Functions

 TransformFeedbackBufferBinding (GLuint index=0)
 TransformFeedbackBufferBinding (GLuint index, BufferObject *bo, GLintptr offset, GLsizeiptr size)
 TransformFeedbackBufferBinding (const TransformFeedbackBufferBinding &rhs, const CopyOp &copyop=CopyOp::SHALLOW_COPY)
 META_StateAttribute (osg, TransformFeedbackBufferBinding, TRANSFORMFEEDBACKBUFFERBINDING)
virtual int compare (const StateAttribute &bb) const

Detailed Description

StateAttribute for binding a transform feedback index target.


Constructor & Destructor Documentation

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 
)

Member Function Documentation

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   
)

The documentation for this class was generated from the following file: