Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glEvalPoint2
Function
glEvalPoint2
source/glbinding/source/gl/functions_e.cpp:291–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
void glEvalPoint2(GLint i, GLint j)
292
{
293
return glbinding::Binding::EvalPoint2(i, j);
294
}
295
296
void glEvaluateDepthValuesARB()
297
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected