| 434 | } |
| 435 | |
| 436 | void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) |
| 437 | { |
| 438 | return glbinding::Binding::Color4ub(red, green, blue, alpha); |
| 439 | } |
| 440 | |
| 441 | void glColor4ubv(const GLubyte * v) |
| 442 | { |
nothing calls this directly
no outgoing calls
no test coverage detected