| 464 | } |
| 465 | |
| 466 | void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) |
| 467 | { |
| 468 | return glbinding::Binding::Color4ui(red, green, blue, alpha); |
| 469 | } |
| 470 | |
| 471 | void glColor4uiv(const GLuint * v) |
| 472 | { |
nothing calls this directly
no outgoing calls
no test coverage detected