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

Function glDeformationMap3fSGIX

source/glbinding/source/gl/functions_d.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void 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
81void glDeformSGIX(FfdMaskSGIX mask)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected