| 489 | } |
| 490 | |
| 491 | void glBlendFunci(GLuint buf, GLenum src, GLenum dst) |
| 492 | { |
| 493 | return glbinding::Binding::BlendFunci(buf, src, dst); |
| 494 | } |
| 495 | |
| 496 | void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst) |
| 497 | { |
nothing calls this directly
no outgoing calls
no test coverage detected