| 419 | } |
| 420 | |
| 421 | void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 422 | { |
| 423 | return glbinding::Binding::BlendColor(red, green, blue, alpha); |
| 424 | } |
| 425 | |
| 426 | void glBlendColorEXT(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected