| 339 | } |
| 340 | |
| 341 | void glColor3uiv(const GLuint * v) |
| 342 | { |
| 343 | return glbinding::Binding::Color3uiv(v); |
| 344 | } |
| 345 | |
| 346 | void glColor3us(GLushort red, GLushort green, GLushort blue) |
| 347 | { |
nothing calls this directly
no outgoing calls
no test coverage detected