| 489 | } |
| 490 | |
| 491 | void glDrawBuffersARB(GLsizei n, const GLenum * bufs) |
| 492 | { |
| 493 | return glbinding::Binding::DrawBuffersARB(n, bufs); |
| 494 | } |
| 495 | |
| 496 | void glDrawBuffersATI(GLsizei n, const GLenum * bufs) |
| 497 | { |
nothing calls this directly
no outgoing calls
no test coverage detected