This class responsible for translating core features of the RT Shader System for Ogre material scripts. More...
#include <OgreShaderMaterialSerializerListener.h>
Protected Types | |
typedef vector< ShaderGenerator::SGPass * >::type | SGPassList |
typedef SGPassList::const_iterator | SGPassListConstIterator |
typedef SGPassList::iterator | SGPassListIterator |
Protected Member Functions | |
SGMaterialSerializerListener () | |
Will be create and destroyed via ShaderGenerator interface. | |
~SGMaterialSerializerListener () | |
void | createSGPassList (Material *mat, SGPassList &passList) |
Internal method that creates list of SGPass instances composing the given material. | |
ShaderGenerator::SGPass * | getShaderGeneratedPass (const Pass *srcPass) |
Internal method that returns SGPass instance from a given source pass. | |
Protected Attributes | |
SGPassList | mSGPassList |
Material * | mSourceMaterial |
Friends | |
class | ShaderGenerator |
This class responsible for translating core features of the RT Shader System for Ogre material scripts.
Definition at line 47 of file OgreShaderMaterialSerializerListener.h.
|
inherited |
Called when GPU program reference section event raised.
ser | The MaterialSerializer instance that writes the given material. |
event | The current section writing stage. |
skip | May set to true by sub-class instances in order to skip the following section write. This parameter relevant only when stage equals MSE_PRE_WRITE. |
attrib | The GPU program reference description (vertex_program_ref, fragment_program_ref, etc). |
program | The program being written. |
params | The program parameters. |
defaultParams | The default program parameters. |
Definition at line 170 of file OgreMaterialSerializer.h.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.