| 289 | } |
| 290 | |
| 291 | void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v) |
| 292 | { |
| 293 | return glbinding::Binding::Color3fVertex3fvSUN(c, v); |
| 294 | } |
| 295 | |
| 296 | void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue) |
| 297 | { |
nothing calls this directly
no outgoing calls
no test coverage detected