|  | GL Studio C++ Runtime API
    | 
This is the complete list of members for GlsUniform, including all inherited members.
| _data | GlsUniform | protected | 
| _isDirty | GlsUniform | protected | 
| _uniformLocation | GlsUniform | protected | 
| GlsUniform(void) | GlsUniform | |
| SetDirtyFlag(void) | GlsUniform | |
| SetUniform1f(float data) | GlsUniform | |
| SetUniform1i(int data) | GlsUniform | |
| SetUniform2f(float *data) | GlsUniform | |
| SetUniform2i(int *data) | GlsUniform | |
| SetUniform3f(float *data) | GlsUniform | |
| SetUniform3i(int *data) | GlsUniform | |
| SetUniform4f(float *data) | GlsUniform | |
| SetUniform4f(float x, float y, float z, float w) | GlsUniform | |
| SetUniform4fv(int size, float *data) | GlsUniform | |
| SetUniform4i(int *data) | GlsUniform | |
| SetUniformLocation(GLuint programObject, const GLchar *name) | GlsUniform | |
| SetUniformMatrix2f(float *data) | GlsUniform | |
| SetUniformMatrix3f(float *data) | GlsUniform | |
| SetUniformMatrix4f(float *data) | GlsUniform | |
| ~GlsUniform() | GlsUniform | inline |