| 8 | unsigned char CompositorGL::gladInitialized = GL_FALSE; |
| 9 | |
| 10 | void 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 | |
| 16 | CompositorGL* CompositorGL::Create() |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected