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

Function glDebugMessageInsert

source/glbinding/source/gl/functions_d.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
52{
53 return glbinding::Binding::DebugMessageInsert(source, type, id, severity, length, buf);
54}
55
56void glDebugMessageInsertAMD(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected