Introduction of IncrementalCompileOperation support to DatabasePager.

This commit is contained in:
Robert Osfield
2010-10-14 18:16:03 +00:00
parent 00fe3c0417
commit 6ed74470b2
9 changed files with 141 additions and 35 deletions

View File

@@ -109,6 +109,8 @@ class OSGUTIL_EXPORT IncrementalCompileOperation : public osg::GraphicsOperation
struct CompileCompletedCallback : public osg::Referenced
{
/// return true if the callback assumes responsibility for merging any associated subgraphs with the main scene graph
/// return false if callback doesn't handle the merge, and instead requires the IncrementalCompileOperation to handle this for us
virtual bool compileCompleted(CompileSet* compileSet) = 0;
};