| 449 | } |
| 450 | |
| 451 | void glDrawArraysEXT(GLenum mode, GLint first, GLsizei count) |
| 452 | { |
| 453 | return glbinding::Binding::DrawArraysEXT(mode, first, count); |
| 454 | } |
| 455 | |
| 456 | void glDrawArraysIndirect(GLenum mode, const void * indirect) |
| 457 | { |
nothing calls this directly
no outgoing calls
no test coverage detected