| 24 | } |
| 25 | |
| 26 | void glActiveProgramEXT(GLuint program) |
| 27 | { |
| 28 | return glbinding::Binding::ActiveProgramEXT(program); |
| 29 | } |
| 30 | |
| 31 | void glActiveShaderProgram(GLuint pipeline, GLuint program) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected