TDME2 1.9.121
|
Post processing shader. More...
#include <tdme/engine/subsystems/postprocessing/PostProcessingShader.h>
Public Member Functions | |
PostProcessingShader (Renderer *renderer) | |
Public constructor. More... | |
~PostProcessingShader () | |
Public destructor. More... | |
bool | isInitialized () |
void | initialize () |
Initialize renderer. More... | |
void | useProgram () |
Use program. More... | |
void | unUseProgram () |
Unuse program. More... | |
bool | hasShader (const string &id) |
Has post processing shader. More... | |
void | setShader (int contextIdx, const string &id) |
Set post processing shader. More... | |
void | setBufferPixelWidth (int contextIdx, float pixelWidth) |
Set source buffer pixel width. More... | |
void | setBufferPixelHeight (int contextIdx, float pixelHeight) |
Set source buffer pixel height. More... | |
void | setShaderParameters (int contextIdx, Engine *engine) |
Set shader parameters. More... | |
Private Attributes | |
unordered_map< string, PostProcessingShaderImplementation * > | shader |
PostProcessingShaderImplementation * | implementation { nullptr } |
bool | running { false } |
PostProcessingShader | ( | Renderer * | renderer | ) |
Public constructor.
renderer | renderer |
Definition at line 33 of file PostProcessingShader.cpp.
~PostProcessingShader | ( | ) |
Public destructor.
Definition at line 45 of file PostProcessingShader.cpp.
bool hasShader | ( | const string & | id | ) |
Has post processing shader.
id | shader id |
Definition at line 82 of file PostProcessingShader.cpp.
void initialize | ( | ) |
Initialize renderer.
Definition at line 61 of file PostProcessingShader.cpp.
bool isInitialized | ( | ) |
Definition at line 52 of file PostProcessingShader.cpp.
void setBufferPixelHeight | ( | int | contextIdx, |
float | pixelHeight | ||
) |
Set source buffer pixel height.
contextIdx | context index |
pixelHeight | pixel height |
Definition at line 107 of file PostProcessingShader.cpp.
void setBufferPixelWidth | ( | int | contextIdx, |
float | pixelWidth | ||
) |
Set source buffer pixel width.
contextIdx | context index |
pixelWidth | pixel width |
Definition at line 102 of file PostProcessingShader.cpp.
void setShader | ( | int | contextIdx, |
const string & | id | ||
) |
Set post processing shader.
contextIdx | context index |
Definition at line 86 of file PostProcessingShader.cpp.
void setShaderParameters | ( | int | contextIdx, |
Engine * | engine | ||
) |
Set shader parameters.
engine | engine |
Definition at line 112 of file PostProcessingShader.cpp.
void unUseProgram | ( | ) |
Unuse program.
Definition at line 73 of file PostProcessingShader.cpp.
void useProgram | ( | ) |
Use program.
Definition at line 68 of file PostProcessingShader.cpp.
|
private |
Definition at line 27 of file PostProcessingShader.h.
|
private |
Definition at line 29 of file PostProcessingShader.h.
|
private |
Definition at line 26 of file PostProcessingShader.h.