| 284 | } |
| 285 | |
| 286 | void glBindTextures(GLuint first, GLsizei count, const GLuint * textures) |
| 287 | { |
| 288 | return glbinding::Binding::BindTextures(first, count, textures); |
| 289 | } |
| 290 | |
| 291 | void glBindTextureUnit(GLuint unit, GLuint texture) |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected