#include <OgreShaderParameter.h>
Definition at line 522 of file OgreShaderParameter.h.
static ParameterPtr Ogre::RTShader::ParameterFactory::createInPosition | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutPosition | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInNormal | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutNormal | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInBiNormal | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutBiNormal | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTangent | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTangent | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInColor | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutColor | ( | int | index | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTexcoord | ( | GpuConstantType | type, | |
int | index, | |||
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTexcoord | ( | GpuConstantType | type, | |
int | index, | |||
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTexcoord1 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTexcoord1 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTexcoord2 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTexcoord2 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTexcoord3 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTexcoord3 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createInTexcoord4 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createOutTexcoord4 | ( | int | index, | |
Parameter::Content | content | |||
) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createConstParamVector2 | ( | Vector2 | val | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createConstParamVector3 | ( | Vector3 | val | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createConstParamVector4 | ( | Vector4 | val | ) | [static] |
static ParameterPtr Ogre::RTShader::ParameterFactory::createConstParamFloat | ( | float | val | ) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createSampler | ( | GpuConstantType | type, | |
int | index | |||
) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createSampler1D | ( | int | index | ) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createSampler2D | ( | int | index | ) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createSampler3D | ( | int | index | ) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createSamplerCUBE | ( | int | index | ) | [static] |
static UniformParameterPtr Ogre::RTShader::ParameterFactory::createUniform | ( | GpuConstantType | type, | |
int | index, | |||
uint16 | variability, | |||
const String & | suggestedName | |||
) | [static] |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 24 18:10:46 2010