| 439 | } |
| 440 | |
| 441 | void glBlendEquationEXT(GLenum mode) |
| 442 | { |
| 443 | return glbinding::Binding::BlendEquationEXT(mode); |
| 444 | } |
| 445 | |
| 446 | void glBlendEquationi(GLuint buf, GLenum mode) |
| 447 | { |
nothing calls this directly
no outgoing calls
no test coverage detected