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

Go to the source code of this file.

Classes

class  Ogre::RTShader::ConstParameter< valueType >
 Helper template which is the base for our ConstParameters. More...
 
class  Ogre::RTShader::Parameter
 A class that represents a shader based program parameter. More...
 
class  Ogre::RTShader::ParameterFactory
 Helper utility class that creates common parameters. More...
 
class  Ogre::RTShader::UniformParameter
 Uniform parameter class. 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< Parameter > Ogre::RTShader::ParameterPtr
 
typedef
ShaderParameterList::const_iterator 
Ogre::RTShader::ShaderParameterConstIterator
 
typedef
ShaderParameterList::iterator 
Ogre::RTShader::ShaderParameterIterator
 
typedef vector< ParameterPtr >
::type 
Ogre::RTShader::ShaderParameterList
 
typedef
UniformParameterList::const_iterator 
Ogre::RTShader::UniformParameterConstIterator
 
typedef
UniformParameterList::iterator 
Ogre::RTShader::UniformParameterIterator
 
typedef vector
< UniformParameterPtr >::type 
Ogre::RTShader::UniformParameterList
 
typedef SharedPtr
< UniformParameter > 
Ogre::RTShader::UniformParameterPtr