| 29 | } |
| 30 | |
| 31 | void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) |
| 32 | { |
| 33 | return glbinding::Binding::DebugMessageControl(source, type, severity, count, ids, enabled); |
| 34 | } |
| 35 | |
| 36 | void glDebugMessageControlARB(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected