OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::FFPRenderStateBuilder Class Reference

Fixed Function Pipeline render state builder. More...

#include <OgreShaderFFPRenderStateBuilder.h>

Static Public Member Functions

static void buildRenderState (ShaderGenerator::SGPass *sgPass, TargetRenderState *renderState)
 Build render state from the given pass that emulates the fixed function pipeline behaviour. More...
 

Detailed Description

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.

Member Function Documentation

◆ buildRenderState()

static void Ogre::RTShader::FFPRenderStateBuilder::buildRenderState ( ShaderGenerator::SGPass sgPass,
TargetRenderState renderState 
)
static

Build render state from the given pass that emulates the fixed function pipeline behaviour.

Parameters
sgPassThe shader generator pass representation. Contains both source and destination pass.
renderStateThe target render state that will hold the given pass FFP representation.

The documentation for this class was generated from the following file: