| 184 | } |
| 185 | |
| 186 | void glBindFramebufferEXT(GLenum target, GLuint framebuffer) |
| 187 | { |
| 188 | return glbinding::Binding::BindFramebufferEXT(target, framebuffer); |
| 189 | } |
| 190 | |
| 191 | void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected