#include <OgreTerrainMaterialGeneratorA.h>
|
| virtual HighLevelGpuProgramPtr | generateFragmentProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| virtual HighLevelGpuProgramPtr | generateVertexProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
| virtual void | updateParams (const SM2Profile *prof, const MaterialPtr &mat, const Terrain *terrain, bool compositeMap) |
| |
|
| HighLevelGpuProgramPtr | createFragmentProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| HighLevelGpuProgramPtr | createVertexProgram (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| virtual void | defaultFpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const HighLevelGpuProgramPtr &prog) |
| |
| virtual void | defaultVpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const HighLevelGpuProgramPtr &prog) |
| |
| void | generateFpDynamicShadows (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateFpDynamicShadowsHelpers (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateFpDynamicShadowsParams (uint *texCoord, uint *sampler, const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateFpFooter (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateFpHeader (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateFpLayer (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType &outStream) |
| |
| virtual void | generateFragmentProgramSource (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| virtual void | generateVertexProgramSource (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateVpDynamicShadows (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| uint | generateVpDynamicShadowsParams (uint texCoordStart, const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateVpFooter (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateVpHeader (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, StringUtil::StrStreamType &outStream) |
| |
| void | generateVpLayer (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType &outStream) |
| |
| virtual String | getFragmentProgramName (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| virtual String | getVertexProgramName (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt) |
| |
| virtual void | updateFpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const GpuProgramParametersSharedPtr ¶ms) |
| |
| virtual void | updateVpParams (const SM2Profile *prof, const Terrain *terrain, TechniqueType tt, const GpuProgramParametersSharedPtr ¶ms) |
| |
◆ createFragmentProgram()
◆ createVertexProgram()
◆ defaultFpParams()
|
|
protectedvirtualinherited |
◆ defaultVpParams()
|
|
protectedvirtualinherited |
◆ generateFpDynamicShadows()
◆ generateFpDynamicShadowsHelpers()
◆ generateFpDynamicShadowsParams()
◆ generateFpFooter()
|
|
protectedvirtualinherited |
◆ generateFpHeader()
|
|
protectedvirtualinherited |
◆ generateFpLayer()
|
|
protectedvirtualinherited |
◆ generateFragmentProgram()
◆ generateFragmentProgramSource()
|
|
protectedvirtualinherited |
◆ generateVertexProgram()
◆ generateVertexProgramSource()
|
|
protectedvirtualinherited |
◆ generateVpDynamicShadows()
◆ generateVpDynamicShadowsParams()
◆ generateVpFooter()
|
|
protectedvirtualinherited |
◆ generateVpHeader()
|
|
protectedvirtualinherited |
◆ generateVpLayer()
|
|
protectedvirtualinherited |
◆ getChannel()
| static String Ogre::TerrainMaterialGeneratorA::SM2Profile::ShaderHelper::getChannel |
( |
uint | idx | ) |
|
|
staticprotectedinherited |
◆ getFragmentProgramName()
|
|
protectedvirtualinherited |
◆ getVertexProgramName()
|
|
protectedvirtualinherited |
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
◆ updateFpParams()
|
|
protectedvirtualinherited |
◆ updateParams()
◆ updateVpParams()
|
|
protectedvirtualinherited |
◆ mShadowSamplerStartHi
| size_t Ogre::TerrainMaterialGeneratorA::SM2Profile::ShaderHelper::mShadowSamplerStartHi |
|
protectedinherited |
◆ mShadowSamplerStartLo
| size_t Ogre::TerrainMaterialGeneratorA::SM2Profile::ShaderHelper::mShadowSamplerStartLo |
|
protectedinherited |
The documentation for this class was generated from the following file: