Changeset 13041 for OpenSceneGraph/trunk/include/osgViewer/ViewerBase
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgViewer/ViewerBase (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgViewer/ViewerBase
r12915 r13041 107 107 /** Get the end barrier position.*/ 108 108 BarrierPosition getEndBarrierPosition() const { return _endBarrierPosition; } 109 109 110 110 /** Set the end barrier operation. \c op may be one of GL_FLUSH, GL_FINISH, 111 111 * or NO_OPERATION. NO_OPERATION is the default. Per BarrierOperation::operator()(), … … 113 113 * issued before entering the end barrier. */ 114 114 void setEndBarrierOperation(osg::BarrierOperation::PreBlockOp op); 115 115 116 116 /** Get the end barrier operation. */ 117 117 osg::BarrierOperation::PreBlockOp getEndBarrierOperation() const { return _endBarrierOperation; }
