| 369 | } |
| 370 | |
| 371 | void glColor4bv(const GLbyte * v) |
| 372 | { |
| 373 | return glbinding::Binding::Color4bv(v); |
| 374 | } |
| 375 | |
| 376 | void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected