|
const GLuint | GetDiffuseSamplerId () const |
|
const GLuint | GetNormalSamplerId () const |
|
const GLuint | GetReflectionSamplerId () const |
|
void | SetMVP (const m44 &mvp) const |
|
void | SetMV (const m44 &mv) const |
|
void | SetViewToCubeMapMatrix (const m44 &viewToCubeMapMatrix) |
|
void | SetFogUniforms (Lighting::GlobalFoggingUniformValues &fogUniformValues) const |
|
void | SetLightColors (const m44 &colors) const |
|
void | SetAnimatedUV (const v4 &uv) const |
|
void | SetAltitudeEnvMapFade (const float v) const |
|
void | SetUVBounds (const Eegeo::v2 &min, const Eegeo::v2 &max) const |
|
void | SetPositionBounds (const Eegeo::v4 &min, const Eegeo::v4 &max) const |
|
void | SetWaveDisplacement (const float v) const |
|
void | SetCameraRelativeOrigin (const Eegeo::v3 &cameraRelativeOrigin) const |
|
void | Use (Rendering::GLState &glState) const |
|
u32 | GetId () const |
|
GLuint | GetUniformLocation (const std::string &uniformName) const |
|
const
VertexLayouts::VertexAttribs & | GetVertexAttributes () const |
|
|
| WaterShader (const TShaderId shaderId, const std::string &vertexShaderCode, const std::string &fragmentShaderCode) |
|
| Shader (const TShaderId shaderId) |
|
void | CompileProgram (const std::string &vertexShaderCode, const std::string &fragmentShaderCode) |
|
void | UseProgram (Rendering::GLState &glState) const |
|
void | SetUniformFloat (const float value, GLuint uniformLocation) const |
|
void | SetUniformM44 (const m44 &matrix, GLuint uniformLocation, bool transpose) const |
|
void | SetUniformV2 (const v2 &vec, GLuint uniformLocation) const |
|
void | SetUniformV3 (const v3 &vec, GLuint uniformLocation) const |
|
void | SetUniformV4 (const v4 &vec, GLuint uniformLocation) const |
|
void | SetUniformTextureSampler (Rendering::GLState &glState, GLuint samplerId, GLuint uniformLocation) const |
|
void | SetUniformBool (const bool value, GLuint uniformLocation) const |
|
void | SetUniformV4v (const v4 *vec, GLsizei count, GLuint uniformLocation) const |
|
| NonCopyable (const NonCopyable &)=delete |
|
NonCopyable & | operator= (const NonCopyable &)=delete |
|
The documentation for this class was generated from the following file: