Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
void glEdgeFlag(GLboolean flag)
12
{
13
return glbinding::Binding::EdgeFlag(flag);
14
}
15
16
void glEdgeFlagFormatNV(GLsizei stride)
17
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected