| 94 | } |
| 95 | |
| 96 | void glDeleteBuffersARB(GLsizei n, const GLuint * buffers) |
| 97 | { |
| 98 | return glbinding::Binding::DeleteBuffersARB(n, buffers); |
| 99 | } |
| 100 | |
| 101 | void glDeleteCommandListsNV(GLsizei n, const GLuint * lists) |
| 102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected