| 494 | } |
| 495 | |
| 496 | void glDrawBuffersATI(GLsizei n, const GLenum * bufs) |
| 497 | { |
| 498 | return glbinding::Binding::DrawBuffersATI(n, bufs); |
| 499 | } |
| 500 | |
| 501 | void glDrawCommandsAddressNV(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count) |
| 502 | { |
nothing calls this directly
no outgoing calls
no test coverage detected