| 214 | } |
| 215 | |
| 216 | void glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture) |
| 217 | { |
| 218 | return glbinding::Binding::BindMultiTextureEXT(texunit, target, texture); |
| 219 | } |
| 220 | |
| 221 | GLuint glBindParameterEXT(GLenum value) |
| 222 | { |
nothing calls this directly
no outgoing calls
no test coverage detected