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

Function glDebugMessageEnableAMD

source/glbinding/source/gl/functions_d.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void 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
51void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected