| 474 | } |
| 475 | |
| 476 | void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) |
| 477 | { |
| 478 | return glbinding::Binding::Color4us(red, green, blue, alpha); |
| 479 | } |
| 480 | |
| 481 | void glColor4usv(const GLushort * v) |
| 482 | { |
nothing calls this directly
no outgoing calls
no test coverage detected