| 204 | } |
| 205 | |
| 206 | void glDeleteQueriesARB(GLsizei n, const GLuint * ids) |
| 207 | { |
| 208 | return glbinding::Binding::DeleteQueriesARB(n, ids); |
| 209 | } |
| 210 | |
| 211 | void glDeleteQueryResourceTagNV(GLsizei n, const GLint * tagIds) |
| 212 | { |
nothing calls this directly
no outgoing calls
no test coverage detected