OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
A class that represents a shader based program function. More...
#include <OgreShaderFunction.h>
Public Types | |
enum | FunctionType { FFT_INTERNAL , FFT_VS_MAIN , FFT_PS_MAIN } |
Public Member Functions | |
void | addAtomInstance (FunctionAtom *atomInstance) |
Add a function atom instance to this function. | |
void | addInputParameter (ParameterPtr parameter) |
Add input parameter to this function. | |
void | addOutputParameter (ParameterPtr parameter) |
Add output parameter to this function. | |
void | deleteAllInputParameters () |
Delete all input parameters from this function. | |
void | deleteAllOutputParameters () |
Delete all output parameters from this function. | |
bool | deleteAtomInstance (FunctionAtom *atomInstance) |
Delete a function atom instance from this function. | |
void | deleteInputParameter (ParameterPtr parameter) |
Delete input parameter from this function. | |
void | deleteOutputParameter (ParameterPtr parameter) |
Delete output parameter from this function. | |
FunctionAtomInstanceList & | getAtomInstances () |
Return list of atom instances composing this function. | |
const FunctionAtomInstanceList & | getAtomInstances () const |
Return list of atom instances composing this function. | |
const String & | getDescription () const |
Get the description of this function. | |
FunctionType | getFunctionType () const |
get function type. | |
const ShaderParameterList & | getInputParameters () const |
Return a list of input parameters. | |
const ShaderParameterList & | getLocalParameters () const |
Return a list of local parameters. | |
const String & | getName () const |
Get the name of this function. | |
const ShaderParameterList & | getOutputParameters () const |
Return a list of output parameters. | |
ParameterPtr | getParameterByContent (const ShaderParameterList ¶meterList, const Parameter::Content content, GpuConstantType type) |
Get parameter by a given content and type from the given parameter list. | |
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 | |
ParameterPtr | resolveInputParameter (Parameter::Semantic semantic, int index, const Parameter::Content content, GpuConstantType type) |
Resolve input parameter of this function. | |
ParameterPtr | resolveLocalParameter (Parameter::Semantic semantic, int index, const Parameter::Content content, GpuConstantType type) |
Resolve local parameter of this function | |
ParameterPtr | resolveLocalParameter (Parameter::Semantic semantic, int index, const String &name, GpuConstantType type) |
Resolve local parameter of this function | |
ParameterPtr | resolveOutputParameter (Parameter::Semantic semantic, int index, const Parameter::Content content, GpuConstantType type) |
Resolve output parameter of this function. | |
void | sortAtomInstances () |
Sort all atom instances of this function. | |
Static Public Member Functions | |
static ParameterPtr | getParameterByName (const ShaderParameterList ¶meterList, const String &name) |
Get parameter by a given name from the given parameter list. | |
static ParameterPtr | getParameterBySemantic (const ShaderParameterList ¶meterList, const Parameter::Semantic semantic, int index) |
Get parameter by a given semantic and index from the given parameter list. | |
Friends | |
class | Program |
A class that represents a shader based program function.
void Ogre::RTShader::Function::addAtomInstance | ( | FunctionAtom * | atomInstance | ) |
Add a function atom instance to this function.
atomInstance | The atom instance to add. |
void Ogre::RTShader::Function::addInputParameter | ( | ParameterPtr | parameter | ) |
Add input parameter to this function.
void Ogre::RTShader::Function::addOutputParameter | ( | ParameterPtr | parameter | ) |
Add output parameter to this function.
void Ogre::RTShader::Function::deleteAllInputParameters | ( | ) |
Delete all input parameters from this function.
void Ogre::RTShader::Function::deleteAllOutputParameters | ( | ) |
Delete all output parameters from this function.
bool Ogre::RTShader::Function::deleteAtomInstance | ( | FunctionAtom * | atomInstance | ) |
Delete a function atom instance from this function.
atomInstance | The atom instance to OGRE_DELETE. |
void Ogre::RTShader::Function::deleteInputParameter | ( | ParameterPtr | parameter | ) |
Delete input parameter from this function.
void Ogre::RTShader::Function::deleteOutputParameter | ( | ParameterPtr | parameter | ) |
Delete output parameter from this function.
|
inline |
Return list of atom instances composing this function.
|
inline |
Return list of atom instances composing this function.
(Const version)
Get the description of this function.
FunctionType Ogre::RTShader::Function::getFunctionType | ( | ) | const |
get function type.
|
inline |
Return a list of input parameters.
|
inline |
Return a list of local parameters.
|
inline |
Return a list of output parameters.
ParameterPtr Ogre::RTShader::Function::getParameterByContent | ( | const ShaderParameterList & | parameterList, |
const Parameter::Content | content, | ||
GpuConstantType | type | ||
) |
Get parameter by a given content and type from the given parameter list.
parameterList | The parameters list to look in. |
content | The content of the parameter to search in the list. |
type | The type of the parameter to search in the list. |
|
static |
Get parameter by a given name from the given parameter list.
parameterList | The parameters list to look in. |
name | The name of the parameter to search in the list. |
|
static |
Get parameter by a given semantic and index from the given parameter list.
parameterList | The parameters list to look in. |
semantic | The semantic of the parameter to search in the list. |
index | The index of the parameter to search in the list. |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
ParameterPtr Ogre::RTShader::Function::resolveInputParameter | ( | Parameter::Semantic | semantic, |
int | index, | ||
const Parameter::Content | content, | ||
GpuConstantType | type | ||
) |
Resolve input parameter of this function.
semantic | The desired parameter semantic. |
index | The index of the desired parameter. |
content | The content of the parameter. |
type | The type of the desired parameter. Return parameter instance in case of that resolve operation succeeded. |
ParameterPtr Ogre::RTShader::Function::resolveLocalParameter | ( | Parameter::Semantic | semantic, |
int | index, | ||
const Parameter::Content | content, | ||
GpuConstantType | type | ||
) |
Resolve local parameter of this function
semantic | The desired parameter semantic. |
index | The index of the desired parameter. |
content | The content of the parameter. |
type | The type of the desired parameter. Return parameter instance in case of that resolve operation succeeded. |
ParameterPtr Ogre::RTShader::Function::resolveLocalParameter | ( | Parameter::Semantic | semantic, |
int | index, | ||
const String & | name, | ||
GpuConstantType | type | ||
) |
Resolve local parameter of this function
semantic | The desired parameter semantic. |
index | The index of the desired parameter. |
name | The name of the parameter. |
type | The type of the desired parameter. Return parameter instance in case of that resolve operation succeeded. |
ParameterPtr Ogre::RTShader::Function::resolveOutputParameter | ( | Parameter::Semantic | semantic, |
int | index, | ||
const Parameter::Content | content, | ||
GpuConstantType | type | ||
) |
Resolve output parameter of this function.
semantic | The desired parameter semantic. |
index | The index of the desired parameter. |
content | The content of the parameter. |
type | The type of the desired parameter. Return parameter instance in case of that resolve operation succeeded. |
void Ogre::RTShader::Function::sortAtomInstances | ( | ) |
Sort all atom instances of this function.