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

Function glEvalPoint1

source/glbinding/source/gl/functions_e.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void glEvalPoint1(GLint i)
287{
288 return glbinding::Binding::EvalPoint1(i);
289}
290
291void glEvalPoint2(GLint i, GLint j)
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected