| 53 | } |
| 54 | |
| 55 | int8_t GLGpuProgram::GetAttributeLocation(std::string const & attributeName) const |
| 56 | { |
| 57 | return GLFunctions::glGetAttribLocation(m_programID, attributeName); |
| 58 | } |
| 59 | |
| 60 | int8_t GLGpuProgram::GetUniformLocation(std::string const & uniformName) const |
| 61 | { |
no outgoing calls
no test coverage detected