| 499 | } |
| 500 | |
| 501 | void glDrawCommandsAddressNV(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count) |
| 502 | { |
| 503 | return glbinding::Binding::DrawCommandsAddressNV(primitiveMode, indirects, sizes, count); |
| 504 | } |
| 505 | |
| 506 | void glDrawCommandsNV(GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count) |
| 507 | { |
nothing calls this directly
no outgoing calls
no test coverage detected