| 194 | } |
| 195 | |
| 196 | void glDeleteProgramsNV(GLsizei n, const GLuint * programs) |
| 197 | { |
| 198 | return glbinding::Binding::DeleteProgramsNV(n, programs); |
| 199 | } |
| 200 | |
| 201 | void glDeleteQueries(GLsizei n, const GLuint * ids) |
| 202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected