| 179 | } |
| 180 | |
| 181 | void glBindFramebuffer(GLenum target, GLuint framebuffer) |
| 182 | { |
| 183 | return glbinding::Binding::BindFramebuffer(target, framebuffer); |
| 184 | } |
| 185 | |
| 186 | void glBindFramebufferEXT(GLenum target, GLuint framebuffer) |
| 187 | { |
nothing calls this directly
no outgoing calls
no test coverage detected