openscenegraph
Public Member Functions | Public Attributes
osgUtil::IncrementalCompileOperation::CompileProgramOp Struct Reference
Inheritance diagram for osgUtil::IncrementalCompileOperation::CompileProgramOp:
osgUtil::IncrementalCompileOperation::CompileOp osg::Referenced

List of all members.

Public Member Functions

 CompileProgramOp (osg::Program *program)
double estimatedTimeForCompile (CompileInfo &compileInfo) const
bool compile (CompileInfo &compileInfo)

Public Attributes

osg::ref_ptr< osg::Program_program

Constructor & Destructor Documentation


Member Function Documentation

compile associated objects, return true if object as been fully compiled and this CompileOp can be removed from the to compile list.

Implements osgUtil::IncrementalCompileOperation::CompileOp.

return an estimate for how many seconds the compile will take.

Implements osgUtil::IncrementalCompileOperation::CompileOp.


Member Data Documentation


The documentation for this struct was generated from the following file: