Inheritance diagram for osg::BarrierOperation:
Public Types | |
enum | PreBlockOp { NO_OPERATION, GL_FLUSH, GL_FINISH } |
Public Member Functions | |
BarrierOperation (int numThreads, PreBlockOp op=NO_OPERATION) | |
virtual void | release () |
virtual void | operator() (GraphicsContext *context) |
Public Attributes | |
PreBlockOp | _preBlockOp |
|
|
|
|
|
Do the actual task of this operation. Reimplemented from osg::GraphicsThread::Operation. |
|
if this operation is a barrier then release it. Reimplemented from osg::GraphicsThread::Operation. |
|
|