| 304 | } |
| 305 | |
| 306 | void glColor3i(GLint red, GLint green, GLint blue) |
| 307 | { |
| 308 | return glbinding::Binding::Color3i(red, green, blue); |
| 309 | } |
| 310 | |
| 311 | void glColor3iv(const GLint * v) |
| 312 | { |
nothing calls this directly
no outgoing calls
no test coverage detected