| 74 | } |
| 75 | |
| 76 | void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points) |
| 77 | { |
| 78 | return glbinding::Binding::DeformationMap3fSGIX(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points); |
| 79 | } |
| 80 | |
| 81 | void glDeformSGIX(FfdMaskSGIX mask) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected