I have the following class:
class ShaderProgram { private: GLuint shaderProgram; std::string getCompilationError(GLuint shader); s