MCPcopy Create free account
hub / github.com/LibreVR/Revive / DebugCallback

Function DebugCallback

Revive/CompositorGL.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8unsigned char CompositorGL::gladInitialized = GL_FALSE;
9
10void DebugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* message, const void* userParam)
11{
12 OutputDebugStringA(message);
13 OutputDebugStringA("\n");
14}
15
16CompositorGL* CompositorGL::Create()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected