Tweak API and updated wrappers to get wrappers to build
This commit is contained in:
@@ -182,7 +182,7 @@ class OSG_EXPORT GraphicsContext : public Object
|
||||
OperationQueue& getOperationsQueue() { return _operations; }
|
||||
|
||||
/** Get the operations queue mutex.*/
|
||||
OpenThreads::Mutex& getOperationsMutex() { return _operationsMutex; }
|
||||
OpenThreads::Mutex* getOperationsMutex() { return &_operationsMutex; }
|
||||
|
||||
/** Get the operations queue block used to mark an empty queue, if you end items into the empty queu you must release this block.*/
|
||||
osg::Block* getOperationsBlock() { return _operationsBlock.get(); }
|
||||
|
||||
Reference in New Issue
Block a user