Added name and keep member variables to osg::GraphicsThread::Operation to allow

the names of the operations to be logged for stats purposes, or used when
do searches of the operation list.  The keep member variable tells the graphics
thread run loop wether to remove the entry from the list once its been called.
This commit is contained in:
Robert Osfield
2005-08-30 19:03:02 +00:00
parent aba3b4fa67
commit f9bcde3cf0
4 changed files with 38 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ class OSGPRODUCER_EXPORT GraphicsContextImplementation : public osg::GraphicsCon
/** Return true if the graphics context has been realised and is ready to use.*/
virtual bool isRealizedImplementation() const { return _rs.valid() && _rs->isRealized(); }
/** Release the graphics context.*/
/** Close the graphics context.*/
virtual void closeImplementation();
/** Make this graphics context current.*/