| 163 | } |
| 164 | |
| 165 | std::string getString(const GLenum pname) |
| 166 | { |
| 167 | const GLubyte* result = glGetString(pname); |
| 168 | |
| 169 | return reinterpret_cast<const char*>(result); |
| 170 | } |
| 171 | |
| 172 | std::string getString(const GLenum pname, const GLuint index) |
| 173 | { |
no outgoing calls
no test coverage detected