| 354 | } |
| 355 | |
| 356 | void glColor3xOES(GLfixed red, GLfixed green, GLfixed blue) |
| 357 | { |
| 358 | return glbinding::Binding::Color3xOES(red, green, blue); |
| 359 | } |
| 360 | |
| 361 | void glColor3xvOES(const GLfixed * components) |
| 362 | { |
nothing calls this directly
no outgoing calls
no test coverage detected