Shader generator material wrapper class.
More...
#include <OgreShaderGenerator.h>
|
| SGMaterial (const String &materialName, const String &groupName) |
| Class constructor.
|
|
const String & | getGroupName () const |
| Get the group name.
|
|
const String & | getMaterialName () const |
| Get the material name.
|
|
SGTechniqueList & | getTechniqueList () |
| Get the techniques list of this material.
|
|
const SGTechniqueList & | getTechniqueList () const |
| Get the const techniques list of this material.
|
|
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
|
|
Shader generator material wrapper class.
Definition at line 673 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: