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

Function glEdgeFlag

source/glbinding/source/gl/functions_e.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11void glEdgeFlag(GLboolean flag)
12{
13 return glbinding::Binding::EdgeFlag(flag);
14}
15
16void glEdgeFlagFormatNV(GLsizei stride)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected