4#include <unordered_map>
14using std::unordered_map;
34 unordered_map<string, EZRShaderImplementation*>
shader;
100 void bindTexture(
int contextIdx, int32_t textureId);
107 void setShader(
int contextIdx,
const string&
id);
Early z rejection shader.
EZRShader(Renderer *renderer)
Constructor.
void initialize()
Init EZR shader.
void updateMatrices(int contextIdx)
Update program matrices.
void useProgram(Engine *engine)
Use EZR render shader program.
void setShader(int contextIdx, const string &id)
Set shader.
unordered_map< string, EZRShaderImplementation * > shader
void updateTextureMatrix(int contextIdx)
Set up program texture matrix.
void updateShaderParameters(int contextIdx)
Update shader parameters.
void updateMaterial(int contextIdx)
Update material.
void bindTexture(int contextIdx, int32_t textureId)
Bind texture.
void unUseProgram()
Unuse EZR render shader program.
vector< EZRShaderContext > contexts
Early z rejection shader implementation.
EZRShaderImplementation * implementation