| 44 | } |
| 45 | |
| 46 | void glDebugMessageEnableAMD(GLenum category, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) |
| 47 | { |
| 48 | return glbinding::Binding::DebugMessageEnableAMD(category, severity, count, ids, enabled); |
| 49 | } |
| 50 | |
| 51 | void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected