| 279 | } |
| 280 | |
| 281 | void glColor3fv(const GLfloat * v) |
| 282 | { |
| 283 | return glbinding::Binding::Color3fv(v); |
| 284 | } |
| 285 | |
| 286 | void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z) |
| 287 | { |
nothing calls this directly
no outgoing calls
no test coverage detected