MCPcopy Create free account
hub / github.com/cginternals/globjects / DebugMessage

Method DebugMessage

source/globjects/source/DebugMessage.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39DebugMessage::DebugMessage(const GLenum source, const GLenum type, const GLuint id, const GLenum severity, const std::string & message)
40: m_source(source)
41, m_type(type)
42, m_id(id)
43, m_severity(severity)
44, m_message(message)
45{
46}
47
48GLenum DebugMessage::source() const
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected