Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glLinkProgram
Function
glLinkProgram
source/glbinding/source/gl/functions_l.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void glLinkProgram(GLuint program)
112
{
113
return glbinding::Binding::LinkProgram(program);
114
}
115
116
void glLinkProgramARB(GLhandleARB programObj)
117
{
Callers
2
CubeScape
Method · 0.85
CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected