TDME2 1.9.121
|
Pre shadow mapping shader for create shadow map. More...
#include <tdme/engine/subsystems/shadowmapping/ShadowMapCreationShaderImplementation.h>
Public Member Functions | |
virtual | ~ShadowMapCreationShaderImplementation () |
Destructor. More... | |
virtual const string | getId ()=0 |
virtual bool | isInitialized ()=0 |
virtual void | initialize ()=0 |
Init shadow map creation program. More... | |
virtual void | useProgram (Engine *engine, int contextIdx)=0 |
Use shadow map creation program. More... | |
virtual void | unUseProgram (int contextIdx)=0 |
Unuse shadow map creation program. More... | |
virtual void | updateMatrices (int contextIdx)=0 |
Set up program matrices. More... | |
virtual void | updateTextureMatrix (Renderer *renderer, int contextIdx)=0 |
Set up program texture matrix. More... | |
virtual void | updateMaterial (Renderer *renderer, int contextIdx)=0 |
Update material. More... | |
virtual void | updateShaderParameters (Renderer *renderer, int contextIdx)=0 |
Update shader parameters. More... | |
virtual void | bindTexture (Renderer *renderer, int contextIdx, int32_t textureId)=0 |
Bind texture. More... | |
Pre shadow mapping shader for create shadow map.
Definition at line 22 of file ShadowMapCreationShaderImplementation.h.
|
inlinevirtual |
Destructor.
Definition at line 27 of file ShadowMapCreationShaderImplementation.h.
|
pure virtual |
Bind texture.
renderer | renderer |
contextIdx | context index |
textureId | texture id |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Implemented in ShadowMapCreationShaderDefaultImplementation, ShadowMapCreationShaderFoliageImplementation, and ShadowMapCreationShaderTreeImplementation.
|
pure virtual |
Init shadow map creation program.
Implemented in ShadowMapCreationShaderBaseImplementation, ShadowMapCreationShaderDefaultImplementation, ShadowMapCreationShaderFoliageImplementation, and ShadowMapCreationShaderTreeImplementation.
|
pure virtual |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Unuse shadow map creation program.
contextIdx | context index |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Update material.
renderer | renderer |
contextIdx | context index |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Set up program matrices.
contextIdx | context index |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Update shader parameters.
renderer | renderer |
contextIdx | context index |
Implemented in ShadowMapCreationShaderDefaultImplementation, ShadowMapCreationShaderFoliageImplementation, ShadowMapCreationShaderTreeImplementation, and ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Set up program texture matrix.
renderer | renderer |
contextIdx | context index |
Implemented in ShadowMapCreationShaderBaseImplementation.
|
pure virtual |
Use shadow map creation program.
engine | engine |
contextIdx | context index |
Implemented in ShadowMapCreationShaderBaseImplementation.