|
OpenSceneGraph
3.4.0
|

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 Tue Dec 8 2015 00:16:42 for the OpenSceneGraph by doxygen 1.7.6.1. |