TDME2 1.9.121
|
Early z rejection shader implementation. More...
#include <tdme/engine/subsystems/earlyzrejection/EZRShaderImplementation.h>
Public Member Functions | |
virtual | ~EZRShaderImplementation () |
Destructor. More... | |
virtual const string | getId ()=0 |
virtual bool | isInitialized ()=0 |
virtual void | initialize ()=0 |
Init EZR render shader program implementation. More... | |
virtual void | useProgram (Engine *engine, int contextIdx)=0 |
Use EZR render shader program. More... | |
virtual void | unUseProgram (int contextIdx)=0 |
Unuse EZR render shader program. More... | |
virtual void | updateMatrices (Renderer *renderer, int contextIdx)=0 |
Update matrices. More... | |
virtual void | updateTextureMatrix (Renderer *renderer, int contextIdx)=0 |
update 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... | |
Early z rejection shader implementation.
Definition at line 22 of file EZRShaderImplementation.h.
|
inlinevirtual |
Destructor.
Definition at line 27 of file EZRShaderImplementation.h.
|
pure virtual |
Bind texture.
renderer | renderer |
contextIdx | context index |
textureId | texture id |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Implemented in EZRShaderDefaultImplementation.
|
pure virtual |
Init EZR render shader program implementation.
Implemented in EZRShaderBaseImplementation, and EZRShaderDefaultImplementation.
|
pure virtual |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Unuse EZR render shader program.
contextIdx | context index |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Update material.
renderer | renderer |
contextIdx | context index |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Update matrices.
renderer | renderer |
contextIdx | context index |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Update shader parameters.
renderer | renderer |
context |
Implemented in EZRShaderDefaultImplementation, and EZRShaderBaseImplementation.
|
pure virtual |
update texture matrix
renderer | renderer |
contextIdx | context index |
Implemented in EZRShaderBaseImplementation.
|
pure virtual |
Use EZR render shader program.
engine | engine |
contextIdx | context index |
Implemented in EZRShaderBaseImplementation.