MCPcopy 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
111void glLinkProgram(GLuint program)
112{
113 return glbinding::Binding::LinkProgram(program);
114}
115
116void glLinkProgramARB(GLhandleARB programObj)
117{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected