| 284 | } |
| 285 | |
| 286 | void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z) |
| 287 | { |
| 288 | return glbinding::Binding::Color3fVertex3fSUN(r, g, b, x, y, z); |
| 289 | } |
| 290 | |
| 291 | void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v) |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected