OpenSceneGraph
3.0.1
|
Public Member Functions | |
ProgramCostEstimator () | |
void | setDefaults () |
void | calibrate (osg::RenderInfo &renderInfo) |
CostPair | estimateCompileCost (const osg::Program *program) const |
CostPair | estimateDrawCost (const osg::Program *program) const |
Protected Attributes | |
ClampedLinearCostFunction1D | _shaderCompileCost |
ClampedLinearCostFunction1D | _linkCost |
ClampedLinearCostFunction1D | _drawCost |
osg::ProgramCostEstimator::ProgramCostEstimator | ( | ) |
void osg::ProgramCostEstimator::calibrate | ( | osg::RenderInfo & | renderInfo | ) |
CostPair osg::ProgramCostEstimator::estimateCompileCost | ( | const osg::Program * | program | ) | const |
CostPair osg::ProgramCostEstimator::estimateDrawCost | ( | const osg::Program * | program | ) | const |
void osg::ProgramCostEstimator::setDefaults | ( | ) |
![]() | Generated at Mon Oct 3 2011 12:39:42 for the OpenSceneGraph by doxygen 1.7.5. |