|
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 |
| 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 |
| Generated at Thu Sep 27 2012 17:02:53 for the OpenSceneGraph by doxygen 1.7.6.1. |