| 469 | } |
| 470 | |
| 471 | void glColor4uiv(const GLuint * v) |
| 472 | { |
| 473 | return glbinding::Binding::Color4uiv(v); |
| 474 | } |
| 475 | |
| 476 | void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) |
| 477 | { |
nothing calls this directly
no outgoing calls
no test coverage detected