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

Function glDebugMessageInsertAMD

source/glbinding/source/gl/functions_d.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void glDebugMessageInsertAMD(GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar * buf)
57{
58 return glbinding::Binding::DebugMessageInsertAMD(category, severity, id, length, buf);
59}
60
61void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected