| 69 | } |
| 70 | |
| 71 | void glEnableClientStateiEXT(GLenum array, GLuint index) |
| 72 | { |
| 73 | return glbinding::Binding::EnableClientStateiEXT(array, index); |
| 74 | } |
| 75 | |
| 76 | void glEnableClientStateIndexedEXT(GLenum array, GLuint index) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected