![]() |
OGRE
1.12.13
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 | updateParams (const SM2Profile *prof, const MaterialPtr &mat, const Terrain *terrain, bool compositeMap) |
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::updateParams | ( | const SM2Profile * | prof, |
| const MaterialPtr & | mat, | ||
| const Terrain * | terrain, | ||
| bool | compositeMap | ||
| ) |