| 444 | } |
| 445 | |
| 446 | void glDrawArrays(GLenum mode, GLint first, GLsizei count) |
| 447 | { |
| 448 | return glbinding::Binding::DrawArrays(mode, first, count); |
| 449 | } |
| 450 | |
| 451 | void glDrawArraysEXT(GLenum mode, GLint first, GLsizei count) |
| 452 | { |
nothing calls this directly
no outgoing calls
no test coverage detected