|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
This is the complete list of members for cShader, including all inherited members.
| CheckCompileErrors(GLuint object, bool program=false) | cShader | private |
| Compile(const char *vertexCode, const char *fragmentCode) | cShader | private |
| cShader(void) | cShader | inline |
| id | cShader | private |
| Load(eShaderType type) | cShader | |
| SetFloat(const GLchar *name, GLfloat value) | cShader | |
| SetInteger(const GLchar *name, GLint value) | cShader | |
| SetMatrix4(const GLchar *name, const glm::mat4 &matrix) | cShader | |
| SetVector2f(const GLchar *name, GLfloat x, GLfloat y) | cShader | |
| SetVector3f(const GLchar *name, GLfloat x, GLfloat y, GLfloat z) | cShader | |
| SetVector4f(const GLchar *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w) | cShader | |
| type | cShader | private |
| Use(void) | cShader | |
| ~cShader(void) | cShader | inlinevirtual |