TDME2 1.9.121
|
Shadow mapping shader to create a shadow map. More...
#include <tdme/engine/subsystems/shadowmapping/ShadowMapCreationShader.h>
Classes | |
struct | ShadowMapCreationShaderContext |
Public Member Functions | |
ShadowMapCreationShader (Renderer *renderer) | |
Constructor. More... | |
~ShadowMapCreationShader () | |
Destructor. More... | |
bool | isInitialized () |
void | initialize () |
Init shadow map creation shader program. More... | |
void | useProgram (Engine *engine) |
Use shadow map creation shader program. More... | |
void | unUseProgram () |
Unuse shadow map creation shader program. More... | |
void | updateMatrices (int contextIdx) |
Set up matrices. More... | |
void | updateTextureMatrix (int contextIdx) |
Set up texture matrix. More... | |
void | updateMaterial (int contextIdx) |
Update material. More... | |
void | updateShaderParameters (int contextIdx) |
Update shader parameters. More... | |
void | bindTexture (int contextIdx, int32_t textureId) |
Bind texture. More... | |
void | setShader (int contextIdx, const string &id) |
Set shader. More... | |
Private Attributes | |
unordered_map< string, ShadowMapCreationShaderImplementation * > | shader |
bool | running { false } |
Engine * | engine { nullptr } |
Renderer * | renderer { nullptr } |
vector< ShadowMapCreationShaderContext > | contexts |
Shadow mapping shader to create a shadow map.
Definition at line 27 of file ShadowMapCreationShader.h.
ShadowMapCreationShader | ( | Renderer * | renderer | ) |
Destructor.
Definition at line 41 of file ShadowMapCreationShader.cpp.
void bindTexture | ( | int | contextIdx, |
int32_t | textureId | ||
) |
Bind texture.
contextIdx | context index |
textureId | texture id |
Definition at line 109 of file ShadowMapCreationShader.cpp.
void initialize | ( | ) |
Init shadow map creation shader program.
Definition at line 56 of file ShadowMapCreationShader.cpp.
bool isInitialized | ( | ) |
Definition at line 47 of file ShadowMapCreationShader.cpp.
void setShader | ( | int | contextIdx, |
const string & | id | ||
) |
Set shader.
context | |
id | shader id |
Definition at line 116 of file ShadowMapCreationShader.cpp.
void unUseProgram | ( | ) |
Unuse shadow map creation shader program.
Definition at line 69 of file ShadowMapCreationShader.cpp.
void updateMaterial | ( | int | contextIdx | ) |
Update material.
contextIdx | context index |
Definition at line 96 of file ShadowMapCreationShader.cpp.
void updateMatrices | ( | int | contextIdx | ) |
Set up matrices.
contextIdx | context index |
Definition at line 83 of file ShadowMapCreationShader.cpp.
void updateShaderParameters | ( | int | contextIdx | ) |
Update shader parameters.
context |
Definition at line 103 of file ShadowMapCreationShader.cpp.
void updateTextureMatrix | ( | int | contextIdx | ) |
Set up texture matrix.
contextIdx | context index |
Definition at line 90 of file ShadowMapCreationShader.cpp.
void useProgram | ( | Engine * | engine | ) |
Use shadow map creation shader program.
engine | engine |
Definition at line 63 of file ShadowMapCreationShader.cpp.
|
private |
Definition at line 37 of file ShadowMapCreationShader.h.
|
private |
Definition at line 35 of file ShadowMapCreationShader.h.
|
private |
Definition at line 36 of file ShadowMapCreationShader.h.
|
private |
Definition at line 34 of file ShadowMapCreationShader.h.
|
private |
Definition at line 33 of file ShadowMapCreationShader.h.