| 584 | } |
| 585 | |
| 586 | void glDrawMeshTasksNV(GLuint first, GLuint count) |
| 587 | { |
| 588 | return glbinding::Binding::DrawMeshTasksNV(first, count); |
| 589 | } |
| 590 | |
| 591 | void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels) |
| 592 | { |
nothing calls this directly
no outgoing calls
no test coverage detected