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

Function glDebugMessageInsertARB

source/glbinding/source/gl/functions_d.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void glDebugMessageInsertARB(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
62{
63 return glbinding::Binding::DebugMessageInsertARB(source, type, id, severity, length, buf);
64}
65
66void glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected