| 364 | } |
| 365 | |
| 366 | void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) |
| 367 | { |
| 368 | return glbinding::Binding::Color4b(red, green, blue, alpha); |
| 369 | } |
| 370 | |
| 371 | void glColor4bv(const GLbyte * v) |
| 372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected