| 459 | } |
| 460 | |
| 461 | void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v) |
| 462 | { |
| 463 | return glbinding::Binding::Color4ubVertex3fvSUN(c, v); |
| 464 | } |
| 465 | |
| 466 | void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) |
| 467 | { |
nothing calls this directly
no outgoing calls
no test coverage detected