| 334 | } |
| 335 | |
| 336 | void glColor3ui(GLuint red, GLuint green, GLuint blue) |
| 337 | { |
| 338 | return glbinding::Binding::Color3ui(red, green, blue); |
| 339 | } |
| 340 | |
| 341 | void glColor3uiv(const GLuint * v) |
| 342 | { |
nothing calls this directly
no outgoing calls
no test coverage detected