| 444 | } |
| 445 | |
| 446 | void glBlendEquationi(GLuint buf, GLenum mode) |
| 447 | { |
| 448 | return glbinding::Binding::BlendEquationi(buf, mode); |
| 449 | } |
| 450 | |
| 451 | void glBlendEquationiARB(GLuint buf, GLenum mode) |
| 452 | { |
nothing calls this directly
no outgoing calls
no test coverage detected