| 604 | } |
| 605 | |
| 606 | void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices) |
| 607 | { |
| 608 | return glbinding::Binding::DrawRangeElements(mode, start, end, count, type, indices); |
| 609 | } |
| 610 | |
| 611 | void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices, GLint basevertex) |
| 612 | { |
nothing calls this directly
no outgoing calls
no test coverage detected