| 574 | } |
| 575 | |
| 576 | void glDrawMeshArraysSUN(GLenum mode, GLint first, GLsizei count, GLsizei width) |
| 577 | { |
| 578 | return glbinding::Binding::DrawMeshArraysSUN(mode, first, count, width); |
| 579 | } |
| 580 | |
| 581 | void glDrawMeshTasksIndirectNV(GLintptr indirect) |
| 582 | { |
nothing calls this directly
no outgoing calls
no test coverage detected