| 399 | } |
| 400 | |
| 401 | void glColor4fv(const GLfloat * v) |
| 402 | { |
| 403 | return glbinding::Binding::Color4fv(v); |
| 404 | } |
| 405 | |
| 406 | void glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha) |
| 407 | { |
nothing calls this directly
no outgoing calls
no test coverage detected