OpenSceneGraph
|
Public Types | |
typedef std::list< osg::ref_ptr< CompileOp > > | CompileOps |
Public Member Functions | |
bool | empty () const |
void | add (CompileOp *compileOp) |
void | add (osg::Drawable *drawable) |
void | add (osg::Texture *texture) |
void | add (osg::Program *program) |
double | estimatedTimeForCompile (CompileInfo &compileInfo) const |
bool | compile (CompileInfo &compileInfo) |
Public Attributes | |
CompileOps | _compileOps |