MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDebugMessageControl

Function glDebugMessageControl

source/glbinding/source/gl/functions_d.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void 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
36void glDebugMessageControlARB(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected