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 () |
| if this operation is a barrier then release it. | |
| virtual void | operator() (GraphicsContext *context) |
| Do the actual task of this operation. | |
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. |
|
|
|