| 224 | } |
| 225 | |
| 226 | void glBindProgramARB(GLenum target, GLuint program) |
| 227 | { |
| 228 | return glbinding::Binding::BindProgramARB(target, program); |
| 229 | } |
| 230 | |
| 231 | void glBindProgramNV(GLenum target, GLuint id) |
| 232 | { |
nothing calls this directly
no outgoing calls
no test coverage detected