| 429 | } |
| 430 | |
| 431 | void glColor4sv(const GLshort * v) |
| 432 | { |
| 433 | return glbinding::Binding::Color4sv(v); |
| 434 | } |
| 435 | |
| 436 | void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected