| 204 | } |
| 205 | |
| 206 | void glClientActiveTexture(GLenum texture) |
| 207 | { |
| 208 | return glbinding::Binding::ClientActiveTexture(texture); |
| 209 | } |
| 210 | |
| 211 | void glClientActiveTextureARB(GLenum texture) |
| 212 | { |
nothing calls this directly
no outgoing calls
no test coverage detected