![]() |
OGRE 13.1
Object-Oriented Graphics Rendering Engine
|
Interface definition for helper class to generate shaders. More...
#include <OgreTerrainMaterialShaderHelpers.h>
Inheritance diagram for Ogre::ShaderHelper:Public Member Functions | |
| ShaderHelper () | |
| virtual | ~ShaderHelper () |
| HighLevelGpuProgramPtr | generateFragmentProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| HighLevelGpuProgramPtr | generateVertexProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| void | updateFpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const GpuProgramParametersPtr ¶ms) |
| void | updateVpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const GpuProgramParametersPtr ¶ms) |
Interface definition for helper class to generate shaders.
|
inline |
|
inlinevirtual |
| HighLevelGpuProgramPtr Ogre::ShaderHelper::generateVertexProgram | ( | const SM2Profile * | prof, |
| const Terrain * | terrain, | ||
| TechniqueType | tt | ||
| ) |
| HighLevelGpuProgramPtr Ogre::ShaderHelper::generateFragmentProgram | ( | const SM2Profile * | prof, |
| const Terrain * | terrain, | ||
| TechniqueType | tt | ||
| ) |
| void Ogre::ShaderHelper::updateVpParams | ( | const SM2Profile * | prof, |
| const Terrain * | terrain, | ||
| TechniqueType | tt, | ||
| const GpuProgramParametersPtr & | params | ||
| ) |
| void Ogre::ShaderHelper::updateFpParams | ( | const SM2Profile * | prof, |
| const Terrain * | terrain, | ||
| TechniqueType | tt, | ||
| const GpuProgramParametersPtr & | params | ||
| ) |