| 49 | } |
| 50 | |
| 51 | void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) |
| 52 | { |
| 53 | return glbinding::Binding::DebugMessageInsert(source, type, id, severity, length, buf); |
| 54 | } |
| 55 | |
| 56 | void glDebugMessageInsertAMD(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf) |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected