| 54 | } |
| 55 | |
| 56 | void glDebugMessageInsertAMD(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf) |
| 57 | { |
| 58 | return glbinding::Binding::DebugMessageInsertAMD(category, severity, id, length, buf); |
| 59 | } |
| 60 | |
| 61 | void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected