| 529 | } |
| 530 | |
| 531 | void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices) |
| 532 | { |
| 533 | return glbinding::Binding::DrawElements(mode, count, type, indices); |
| 534 | } |
| 535 | |
| 536 | void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void * indices, GLint basevertex) |
| 537 | { |
nothing calls this directly
no outgoing calls
no test coverage detected