Fixed Function Pipeline render state builder.
More...
#include <OgreShaderFFPRenderStateBuilder.h>
|
| | FFPRenderStateBuilder () |
| |
| | ~FFPRenderStateBuilder () |
| |
| void | buildRenderState (ShaderGenerator::SGPass *sgPass, TargetRenderState *renderState) |
| | Build render state from the given pass that emulates the fixed function pipeline behaviour. More...
|
| |
| void | destroy () |
| | Destroy the FFP builder instance. More...
|
| |
| bool | initialize () |
| | Initialize the FFP builder instance. More...
|
| |
| 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 More...
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| 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 More...
|
| |
Fixed Function Pipeline render state builder.
This class builds RenderState from a given pass that represents the fixed function pipeline that the source pass describes.
◆ FFPRenderStateBuilder()
| Ogre::RTShader::FFPRenderStateBuilder::FFPRenderStateBuilder |
( |
| ) |
|
◆ ~FFPRenderStateBuilder()
| Ogre::RTShader::FFPRenderStateBuilder::~FFPRenderStateBuilder |
( |
| ) |
|
◆ buildRenderState()
| void Ogre::RTShader::FFPRenderStateBuilder::buildRenderState |
( |
ShaderGenerator::SGPass * |
sgPass, |
|
|
TargetRenderState * |
renderState |
|
) |
| |
Build render state from the given pass that emulates the fixed function pipeline behaviour.
- Parameters
-
| sgPass | The shader generator pass representation. Contains both source and destination pass. |
| renderState | The target render state that will hold the given pass FFP representation. |
◆ destroy()
| void Ogre::RTShader::FFPRenderStateBuilder::destroy |
( |
| ) |
|
Destroy the FFP builder instance.
◆ getSingleton()
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
◆ getSingletonPtr()
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
◆ initialize()
| bool Ogre::RTShader::FFPRenderStateBuilder::initialize |
( |
| ) |
|
Initialize the FFP builder instance.
Return true upon success.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
template<class Alloc >
| void * Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
template<class Alloc >
| void * Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
array operator new, with debug line info
The documentation for this class was generated from the following file: