Post processing program.
More...
#include <tdme/engine/subsystems/postprocessing/PostProcessingProgram.h>
|
| PostProcessingProgram (RenderPass renderPass) |
| Constructor. More...
|
|
void | addEffectPass (int effectPassIdx, int frameBufferWidthDivideFactor, int frameBufferHeightDivideFactor, string shaderPrefix, bool useEZR, bool applyShadowMapping, bool applyPostProcessing, int32_t renderTypes, Color4 clearColor, bool renderLightSources, bool skipOnLightSourceNotVisible) |
| Add effect pass. More...
|
|
const vector< PostProcessingProgramEffectPass > & | getEffectPasses () const |
|
void | addPostProcessingStep (string shaderId, FrameBufferSource source, FrameBufferTarget target, bool bindTemporary=false, FrameBufferSource blendToSource=FRAMEBUFFERSOURCE_NONE) |
| Add step. More...
|
|
const RenderPass | getRenderPass () const |
|
const vector< PostProcessingProgramStep > & | getPostProcessingSteps () const |
|
bool | isSupported () |
| Checks if program is supported. More...
|
|
Post processing program.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 20 of file PostProcessingProgram.h.
◆ FrameBufferSource
Enumerator |
---|
FRAMEBUFFERSOURCE_NONE | |
FRAMEBUFFERSOURCE_SCREEN | |
FRAMEBUFFERSOURCE_EFFECTPASS0 | |
Definition at line 26 of file PostProcessingProgram.h.
◆ FrameBufferTarget
◆ RenderPass
◆ PostProcessingProgram()
◆ addEffectPass()
void addEffectPass |
( |
int |
effectPassIdx, |
|
|
int |
frameBufferWidthDivideFactor, |
|
|
int |
frameBufferHeightDivideFactor, |
|
|
string |
shaderPrefix, |
|
|
bool |
useEZR, |
|
|
bool |
applyShadowMapping, |
|
|
bool |
applyPostProcessing, |
|
|
int32_t |
renderTypes, |
|
|
Color4 |
clearColor, |
|
|
bool |
renderLightSources, |
|
|
bool |
skipOnLightSourceNotVisible |
|
) |
| |
Add effect pass.
- Parameters
-
effectPassIdx | effect pass index |
frameBufferWidthDivideFactor | frame buffer width divide factor |
frameBufferHeightDivideFactor | frame buffer height divide factor |
shaderPrefix | shader prefix |
useEZR | use early Z rejection |
applyShadowMapping | apply shadow mapping |
applyPostProcessing | apply post processing |
renderTypes | render types |
clearColor | clear color |
renderLightSources | render light sources |
skipOnLightSourceNotVisible | skip on light source not visible |
Definition at line 20 of file PostProcessingProgram.cpp.
◆ addPostProcessingStep()
Add step.
- Parameters
-
shaderId | shader Id |
source | source |
target | target |
bindTemporary | bind temporary |
blendToSource | blend to source |
Definition at line 49 of file PostProcessingProgram.cpp.
◆ getEffectPasses()
◆ getPostProcessingSteps()
◆ getRenderPass()
◆ isSupported()
◆ PostProcessing
◆ effectPasses
◆ renderPass
◆ steps
The documentation for this class was generated from the following files: