| 279 | } |
| 280 | |
| 281 | void glBindTextureEXT(GLenum target, GLuint texture) |
| 282 | { |
| 283 | return glbinding::Binding::BindTextureEXT(target, texture); |
| 284 | } |
| 285 | |
| 286 | void glBindTextures(GLuint first, GLsizei count, const GLuint * textures) |
| 287 | { |
nothing calls this directly
no outgoing calls
no test coverage detected