| 369 | } |
| 370 | |
| 371 | void glDisableClientState(GLenum array) |
| 372 | { |
| 373 | return glbinding::Binding::DisableClientState(array); |
| 374 | } |
| 375 | |
| 376 | void glDisableClientStateiEXT(GLenum array, GLuint index) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected