| 264 | } |
| 265 | |
| 266 | void glColor3d(GLdouble red, GLdouble green, GLdouble blue) |
| 267 | { |
| 268 | return glbinding::Binding::Color3d(red, green, blue); |
| 269 | } |
| 270 | |
| 271 | void glColor3dv(const GLdouble * v) |
| 272 | { |
nothing calls this directly
no outgoing calls
no test coverage detected