| 314 | } |
| 315 | |
| 316 | void glColor3s(GLshort red, GLshort green, GLshort blue) |
| 317 | { |
| 318 | return glbinding::Binding::Color3s(red, green, blue); |
| 319 | } |
| 320 | |
| 321 | void glColor3sv(const GLshort * v) |
| 322 | { |
nothing calls this directly
no outgoing calls
no test coverage detected