| 129 | } |
| 130 | |
| 131 | void glDeleteLists(GLuint list, GLsizei range) |
| 132 | { |
| 133 | return glbinding::Binding::DeleteLists(list, range); |
| 134 | } |
| 135 | |
| 136 | void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected