| 349 | } |
| 350 | |
| 351 | void glColor3usv(const GLushort * v) |
| 352 | { |
| 353 | return glbinding::Binding::Color3usv(v); |
| 354 | } |
| 355 | |
| 356 | void glColor3xOES(GLfixed red, GLfixed green, GLfixed blue) |
| 357 | { |
nothing calls this directly
no outgoing calls
no test coverage detected