| 484 | } |
| 485 | |
| 486 | void glDrawBuffers(GLsizei n, const GLenum * bufs) |
| 487 | { |
| 488 | return glbinding::Binding::DrawBuffers(n, bufs); |
| 489 | } |
| 490 | |
| 491 | void glDrawBuffersARB(GLsizei n, const GLenum * bufs) |
| 492 | { |
nothing calls this directly
no outgoing calls
no test coverage detected