OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreShaderSubRenderState.h File Reference
+ Include dependency graph for OgreShaderSubRenderState.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::RTShader::SubRenderState
 This class is the base interface of sub part from a shader based rendering pipeline. More...
 
class  Ogre::RTShader::SubRenderStateAccessor
 This class uses as accessor from a template SubRenderState to all of its instances that created based on it. More...
 
class  Ogre::RTShader::SubRenderStateFactory
 Abstract factory interface for creating SubRenderState implementation instances. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 
 Ogre::RTShader
 

Typedefs

typedef SharedPtr
< SubRenderStateAccessor > 
Ogre::RTShader::SubRenderStateAccessorPtr
 
typedef vector< SubRenderState * >
::type 
Ogre::RTShader::SubRenderStateList
 
typedef
SubRenderStateList::const_iterator 
Ogre::RTShader::SubRenderStateListConstIterator
 
typedef
SubRenderStateList::iterator 
Ogre::RTShader::SubRenderStateListIterator
 
typedef set< SubRenderState * >
::type 
Ogre::RTShader::SubRenderStateSet
 
typedef
SubRenderStateSet::const_iterator 
Ogre::RTShader::SubRenderStateSetConstIterator
 
typedef SubRenderStateSet::iterator Ogre::RTShader::SubRenderStateSetIterator