Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glUseProgram
Function
glUseProgram
source/glbinding/source/gl/functions_u.cpp:646–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
}
645
646
void glUseProgram(GLuint program)
647
{
648
return glbinding::Binding::UseProgram(program);
649
}
650
651
void glUseProgramObjectARB(GLhandleARB programObj)
652
{
Callers
4
CubeScape
Method · 0.85
draw
Method · 0.85
CubeScape
Method · 0.85
draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected