| 614 | } |
| 615 | |
| 616 | void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices) |
| 617 | { |
| 618 | return glbinding::Binding::DrawRangeElementsEXT(mode, start, end, count, type, indices); |
| 619 | } |
| 620 | |
| 621 | void glDrawTextureNV(GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1) |
| 622 | { |
nothing calls this directly
no outgoing calls
no test coverage detected