| 124 | } |
| 125 | |
| 126 | void glDeleteFramebuffersEXT(GLsizei n, const GLuint * framebuffers) |
| 127 | { |
| 128 | return glbinding::Binding::DeleteFramebuffersEXT(n, framebuffers); |
| 129 | } |
| 130 | |
| 131 | void glDeleteLists(GLuint list, GLsizei range) |
| 132 | { |
nothing calls this directly
no outgoing calls
no test coverage detected