| 379 | } |
| 380 | |
| 381 | void glColor4dv(const GLdouble * v) |
| 382 | { |
| 383 | return glbinding::Binding::Color4dv(v); |
| 384 | } |
| 385 | |
| 386 | void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected