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

Function glDebugMessageInsertKHR

source/glbinding/source/gl/functions_d.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf)
67{
68 return glbinding::Binding::DebugMessageInsertKHR(source, type, id, severity, length, buf);
69}
70
71void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points)
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected