|
| GLESShader (ShaderType type, bool is_integer, const DynamicPointer< GLESGraphicsDevice > &device) |
|
void | compileAndLink () |
|
void | compile (ShaderPart type, const char *src) |
|
void | linkShader () |
|
| ~GLESShader () |
|
void | compileShader (ShaderPart type, const String &shader) |
|
String | versionedShaderCode (ShaderPart type, const char *src) const |
|
int | uniformLocation (const char *const location) const |
|
uint04 | id () const |
|
template<class t_type > |
void | setUniformValue (const char *const location, const t_type &value) |
|
void | setUniformValue (int location, const Vector< 3, sint04 > &value) |
|
void | setUniformValue (int location, const Vector< 3, fltp04 > &value) |
|
void | setUniformValue (int location, const Vector< 4, sint04 > &value) |
|
void | setUniformValue (int location, const Vector< 4, fltp04 > &value) |
|
void | setUniformValue (int location, const Matrix< fltp04 > &value) |
|
void | setUniformValue (int location, const fltp04 &value) |
|
void | setUniformValue (int location, const uint04 &value) |
|
void | setUniformValue (int location, const RGBColor &value) |
|
void | setUniformValue (int location, const Buffer< fltp04 > &value) |
|
template<size_t t_size> |
void | setUniformValue (int location, const fltp04(&value)[t_size]) |
|
template<size_t t_size> |
void | setUniformValue (int location, const uint04(&value)[t_size]) |
|
template<size_t t_size> |
void | setUniformValue (int location, const RGBColor(&value)[t_size]) |
|
template<uint01 t_size> |
void | setUniformValue (int location, const Vector< t_size, fltp04 > &value) |
|
template<uint01 t_size> |
void | setUniformValue (int location, const Vector< t_size, RGBColor > &value) |
|
void | bind () |
|