| 14 | { |
| 15 | public: |
| 16 | OpenGLProgram() : m_program(-1) { } |
| 17 | OpenGLProgram(OpenGLProgram& other) = delete; |
| 18 | OpenGLProgram(const OpenGLShader& vertex); |
| 19 | OpenGLProgram(const OpenGLShader& compiled_vertex, const OpenGLShader& compiled_fragment); |
nothing calls this directly
no outgoing calls
no test coverage detected