| 99 | } |
| 100 | |
| 101 | void glDeleteCommandListsNV(GLsizei n, const GLuint * lists) |
| 102 | { |
| 103 | return glbinding::Binding::DeleteCommandListsNV(n, lists); |
| 104 | } |
| 105 | |
| 106 | void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences) |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected