| 32 | |
| 33 | |
| 34 | void DebugMessage::hintImplementation(const Implementation impl) |
| 35 | { |
| 36 | ImplementationRegistry::current().initialize(impl); |
| 37 | } |
| 38 | |
| 39 | DebugMessage::DebugMessage(const GLenum source, const GLenum type, const GLuint id, const GLenum severity, const std::string & message) |
| 40 | : m_source(source) |
nothing calls this directly
no test coverage detected