Shader generator material wrapper class.
More...
#include <OgreShaderGenerator.h>
|
| | SGMaterial (const String &materialName, const String &groupName) |
| | Class constructor. More...
|
| |
| const String & | getGroupName () const |
| | Get the group name. More...
|
| |
| const String & | getMaterialName () const |
| | Get the material name. More...
|
| |
| SGTechniqueList & | getTechniqueList () |
| | Get the techniques list of this material. More...
|
| |
| const SGTechniqueList & | getTechniqueList () const |
| | Get the const techniques list of this material. More...
|
| |
| 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 More...
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| 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 More...
|
| |
Shader generator material wrapper class.
Definition at line 634 of file OgreShaderGenerator.h.
◆ SGMaterial()
| Ogre::RTShader::ShaderGenerator::SGMaterial::SGMaterial |
( |
const String & |
materialName, |
|
|
const String & |
groupName |
|
) |
| |
◆ getGroupName()
| const String& Ogre::RTShader::ShaderGenerator::SGMaterial::getGroupName |
( |
| ) |
const |
◆ getMaterialName()
| const String& Ogre::RTShader::ShaderGenerator::SGMaterial::getMaterialName |
( |
| ) |
const |
◆ getTechniqueList() [1/2]
| SGTechniqueList& Ogre::RTShader::ShaderGenerator::SGMaterial::getTechniqueList |
( |
| ) |
|
◆ getTechniqueList() [2/2]
| const SGTechniqueList& Ogre::RTShader::ShaderGenerator::SGMaterial::getTechniqueList |
( |
| ) |
const |
◆ 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]
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ mGroup
| String Ogre::RTShader::ShaderGenerator::SGMaterial::mGroup |
|
protected |
◆ mName
| String Ogre::RTShader::ShaderGenerator::SGMaterial::mName |
|
protected |
◆ mTechniqueEntries
| SGTechniqueList Ogre::RTShader::ShaderGenerator::SGMaterial::mTechniqueEntries |
|
protected |
The documentation for this class was generated from the following file: