TDME2 1.9.121
Classes | Public Types | Public Member Functions | Private Attributes | Friends | List of all members
PostProcessingProgram Class Referencefinal

Post processing program. More...

#include <tdme/engine/subsystems/postprocessing/PostProcessingProgram.h>

Collaboration diagram for PostProcessingProgram:
Collaboration graph

Classes

struct  PostProcessingProgramEffectPass
 
struct  PostProcessingProgramStep
 

Public Types

enum  RenderPass { RENDERPASS_OBJECTS , RENDERPASS_FINAL }
 
enum  FrameBufferSource { FRAMEBUFFERSOURCE_NONE , FRAMEBUFFERSOURCE_SCREEN , FRAMEBUFFERSOURCE_EFFECTPASS0 }
 
enum  FrameBufferTarget { FRAMEBUFFERTARGET_TEMPORARY , FRAMEBUFFERTARGET_SCREEN }
 

Public Member Functions

 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...
 

Private Attributes

RenderPass renderPass
 
vector< PostProcessingProgramEffectPasseffectPasses
 
vector< PostProcessingProgramStepsteps
 

Friends

class PostProcessing
 

Detailed Description

Post processing program.

Author
Andreas Drewke
Version
$Id$

Definition at line 20 of file PostProcessingProgram.h.

Member Enumeration Documentation

◆ FrameBufferSource

Enumerator
FRAMEBUFFERSOURCE_NONE 
FRAMEBUFFERSOURCE_SCREEN 
FRAMEBUFFERSOURCE_EFFECTPASS0 

Definition at line 26 of file PostProcessingProgram.h.

◆ FrameBufferTarget

Enumerator
FRAMEBUFFERTARGET_TEMPORARY 
FRAMEBUFFERTARGET_SCREEN 

Definition at line 27 of file PostProcessingProgram.h.

◆ RenderPass

enum RenderPass
Enumerator
RENDERPASS_OBJECTS 
RENDERPASS_FINAL 

Definition at line 25 of file PostProcessingProgram.h.

Constructor & Destructor Documentation

◆ PostProcessingProgram()

Constructor.

Parameters
renderPassrender pass

Definition at line 16 of file PostProcessingProgram.cpp.

Member Function Documentation

◆ 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
effectPassIdxeffect pass index
frameBufferWidthDivideFactorframe buffer width divide factor
frameBufferHeightDivideFactorframe buffer height divide factor
shaderPrefixshader prefix
useEZRuse early Z rejection
applyShadowMappingapply shadow mapping
applyPostProcessingapply post processing
renderTypesrender types
clearColorclear color
renderLightSourcesrender light sources
skipOnLightSourceNotVisibleskip on light source not visible

Definition at line 20 of file PostProcessingProgram.cpp.

◆ addPostProcessingStep()

void addPostProcessingStep ( string  shaderId,
PostProcessingProgram::FrameBufferSource  source,
PostProcessingProgram::FrameBufferTarget  target,
bool  bindTemporary = false,
PostProcessingProgram::FrameBufferSource  blendToSource = FRAMEBUFFERSOURCE_NONE 
)

Add step.

Parameters
shaderIdshader Id
sourcesource
targettarget
bindTemporarybind temporary
blendToSourceblend to source

Definition at line 49 of file PostProcessingProgram.cpp.

◆ getEffectPasses()

const vector< PostProcessingProgramEffectPass > & getEffectPasses ( ) const
inline
Returns
effect passes

Definition at line 92 of file PostProcessingProgram.h.

◆ getPostProcessingSteps()

const vector< PostProcessingProgramStep > & getPostProcessingSteps ( ) const
inline
Returns
steps

Definition at line 122 of file PostProcessingProgram.h.

◆ getRenderPass()

const RenderPass getRenderPass ( ) const
inline
Returns
render pass

Definition at line 115 of file PostProcessingProgram.h.

◆ isSupported()

bool isSupported ( )

Checks if program is supported.

Returns
if program is supported

Definition at line 59 of file PostProcessingProgram.cpp.

Friends And Related Function Documentation

◆ PostProcessing

friend class PostProcessing
friend

Definition at line 22 of file PostProcessingProgram.h.

Member Data Documentation

◆ effectPasses

vector<PostProcessingProgramEffectPass> effectPasses
private

Definition at line 51 of file PostProcessingProgram.h.

◆ renderPass

RenderPass renderPass
private

Definition at line 50 of file PostProcessingProgram.h.

◆ steps

vector<PostProcessingProgramStep> steps
private

Definition at line 52 of file PostProcessingProgram.h.


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