| 289 | } |
| 290 | |
| 291 | void glBindTextureUnit(GLuint unit, GLuint texture) |
| 292 | { |
| 293 | return glbinding::Binding::BindTextureUnit(unit, texture); |
| 294 | } |
| 295 | |
| 296 | GLuint glBindTextureUnitParameterEXT(GLenum unit, GLenum value) |
| 297 | { |
nothing calls this directly
no outgoing calls
no test coverage detected