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

Method hintImplementation

source/globjects/source/DebugMessage.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected