| 539 | } |
| 540 | |
| 541 | void glDrawElementsIndirect(GLenum mode, GLenum type, const void * indirect) |
| 542 | { |
| 543 | return glbinding::Binding::DrawElementsIndirect(mode, type, indirect); |
| 544 | } |
| 545 | |
| 546 | void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount) |
| 547 | { |
nothing calls this directly
no outgoing calls
no test coverage detected