| 274 | } |
| 275 | |
| 276 | void glColor3f(GLfloat red, GLfloat green, GLfloat blue) |
| 277 | { |
| 278 | return glbinding::Binding::Color3f(red, green, blue); |
| 279 | } |
| 280 | |
| 281 | void glColor3fv(const GLfloat * v) |
| 282 | { |
nothing calls this directly
no outgoing calls
no test coverage detected