| 199 | } |
| 200 | |
| 201 | void glDeleteQueries(GLsizei n, const GLuint * ids) |
| 202 | { |
| 203 | return glbinding::Binding::DeleteQueries(n, ids); |
| 204 | } |
| 205 | |
| 206 | void glDeleteQueriesARB(GLsizei n, const GLuint * ids) |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected