MCPcopy 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
646void glUseProgram(GLuint program)
647{
648 return glbinding::Binding::UseProgram(program);
649}
650
651void glUseProgramObjectARB(GLhandleARB programObj)
652{

Callers 4

CubeScapeMethod · 0.85
drawMethod · 0.85
CubeScapeMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected