| 484 | } |
| 485 | |
| 486 | void glBlendFunc(GLenum sfactor, GLenum dfactor) |
| 487 | { |
| 488 | return glbinding::Binding::BlendFunc(sfactor, dfactor); |
| 489 | } |
| 490 | |
| 491 | void glBlendFunci(GLuint buf, GLenum src, GLenum dst) |
| 492 | { |
nothing calls this directly
no outgoing calls
no test coverage detected