| 119 | } |
| 120 | |
| 121 | void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers) |
| 122 | { |
| 123 | return glbinding::Binding::DeleteFramebuffers(n, framebuffers); |
| 124 | } |
| 125 | |
| 126 | void glDeleteFramebuffersEXT(GLsizei n, const GLuint * framebuffers) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected