| 439 | } |
| 440 | |
| 441 | void glColor4ubv(const GLubyte * v) |
| 442 | { |
| 443 | return glbinding::Binding::Color4ubv(v); |
| 444 | } |
| 445 | |
| 446 | void glColor4ubVertex2fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y) |
| 447 | { |
nothing calls this directly
no outgoing calls
no test coverage detected