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

Function glActiveShaderProgram

source/glbinding/source/gl/functions_a.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void glActiveShaderProgram(GLuint pipeline, GLuint program)
32{
33 return glbinding::Binding::ActiveShaderProgram(pipeline, program);
34}
35
36void glActiveShaderProgramEXT(GLuint pipeline, GLuint program)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected