| 189 | } |
| 190 | |
| 191 | void glDeleteProgramsARB(GLsizei n, const GLuint * programs) |
| 192 | { |
| 193 | return glbinding::Binding::DeleteProgramsARB(n, programs); |
| 194 | } |
| 195 | |
| 196 | void glDeleteProgramsNV(GLsizei n, const GLuint * programs) |
| 197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected