| 263 | | bool _firstFrame; |
| 264 | | bool _done; |
| 265 | | int _keyEventSetsDone; |
| 266 | | bool _quitEventSetsDone; |
| 267 | | bool _releaseContextAtEndOfFrameHint; |
| 268 | | |
| 269 | | ThreadingModel _threadingModel; |
| 270 | | bool _threadsRunning; |
| 271 | | |
| 272 | | BarrierPosition _endBarrierPosition; |
| 273 | | |
| 274 | | osg::ref_ptr<osg::BarrierOperation> _startRenderingBarrier; |
| 275 | | osg::ref_ptr<osg::BarrierOperation> _endRenderingDispatchBarrier; |
| 276 | | osg::ref_ptr<osg::EndOfDynamicDrawBlock> _endDynamicDrawBlock; |
| 277 | | |
| 278 | | osg::ref_ptr<osgGA::EventVisitor> _eventVisitor; |
| 279 | | |
| 280 | | osg::ref_ptr<osg::OperationQueue> _updateOperations; |
| 281 | | osg::ref_ptr<osgUtil::UpdateVisitor> _updateVisitor; |
| 282 | | |
| 283 | | osg::ref_ptr<osg::Operation> _realizeOperation; |
| 284 | | |
| 285 | | osg::observer_ptr<osg::GraphicsContext> _currentContext; |
| | 273 | bool _firstFrame; |
| | 274 | bool _done; |
| | 275 | int _keyEventSetsDone; |
| | 276 | bool _quitEventSetsDone; |
| | 277 | bool _releaseContextAtEndOfFrameHint; |
| | 278 | |
| | 279 | ThreadingModel _threadingModel; |
| | 280 | bool _threadsRunning; |
| | 281 | |
| | 282 | BarrierPosition _endBarrierPosition; |
| | 283 | |
| | 284 | osg::ref_ptr<osg::BarrierOperation> _startRenderingBarrier; |
| | 285 | osg::ref_ptr<osg::BarrierOperation> _endRenderingDispatchBarrier; |
| | 286 | osg::ref_ptr<osg::EndOfDynamicDrawBlock> _endDynamicDrawBlock; |
| | 287 | |
| | 288 | osg::ref_ptr<osgGA::EventVisitor> _eventVisitor; |
| | 289 | |
| | 290 | osg::ref_ptr<osg::OperationQueue> _updateOperations; |
| | 291 | osg::ref_ptr<osgUtil::UpdateVisitor> _updateVisitor; |
| | 292 | |
| | 293 | osg::ref_ptr<osg::Operation> _realizeOperation; |
| | 294 | osg::ref_ptr<osgUtil::IncrementalCompileOperation> _incrementalCompileOperation; |
| | 295 | |
| | 296 | osg::observer_ptr<osg::GraphicsContext> _currentContext; |