| 324 | } |
| 325 | |
| 326 | void glColor3ub(GLubyte red, GLubyte green, GLubyte blue) |
| 327 | { |
| 328 | return glbinding::Binding::Color3ub(red, green, blue); |
| 329 | } |
| 330 | |
| 331 | void glColor3ubv(const GLubyte * v) |
| 332 | { |
nothing calls this directly
no outgoing calls
no test coverage detected