| 182 | } |
| 183 | |
| 184 | GLuint ShaderProgram::getUniformLocation(const char* pAttributeName) |
| 185 | { |
| 186 | return gl::glGetUniformLocation(mProgram, pAttributeName); |
| 187 | } |
| 188 | |
| 189 | GLuint ShaderProgram::getUniformBlockIndex(const char* pAttributeName) |
| 190 | { |
no outgoing calls
no test coverage detected