Changeset 12915 for OpenSceneGraph/trunk/include/osgViewer/ViewerBase
- Timestamp:
- 01/24/12 18:30:44 (16 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgViewer/ViewerBase (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgViewer/ViewerBase
r12914 r12915 112 112 * a glFlush() command, glFinish() command, or no additional OpenGL command will be 113 113 * issued before entering the end barrier. */ 114 void setEndBarrierOperation( const osg::BarrierOperation::PreBlockOp& op) { _endBarrierOperation = op; }114 void setEndBarrierOperation(osg::BarrierOperation::PreBlockOp op); 115 115 116 116 /** Get the end barrier operation. */
