| 59 | } |
| 60 | |
| 61 | void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) |
| 62 | { |
| 63 | return glbinding::Binding::DebugMessageInsertARB(source, type, id, severity, length, buf); |
| 64 | } |
| 65 | |
| 66 | void glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected