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

Function glEvalMesh2

source/glbinding/source/gl/functions_e.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
282{
283 return glbinding::Binding::EvalMesh2(mode, i1, i2, j1, j2);
284}
285
286void glEvalPoint1(GLint i)
287{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected