| 64 | } |
| 65 | |
| 66 | void 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 | |
| 71 | void 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected