| 414 | } |
| 415 | |
| 416 | void glColor4i(GLint red, GLint green, GLint blue, GLint alpha) |
| 417 | { |
| 418 | return glbinding::Binding::Color4i(red, green, blue, alpha); |
| 419 | } |
| 420 | |
| 421 | void glColor4iv(const GLint * v) |
| 422 | { |
nothing calls this directly
no outgoing calls
no test coverage detected