MCPcopy Create free account
hub / github.com/cginternals/glbinding / glActiveProgramEXT

Function glActiveProgramEXT

source/glbinding/source/gl/functions_a.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void glActiveProgramEXT(GLuint program)
27{
28 return glbinding::Binding::ActiveProgramEXT(program);
29}
30
31void glActiveShaderProgram(GLuint pipeline, GLuint program)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected