| 254 | } |
| 255 | |
| 256 | void glColor3b(GLbyte red, GLbyte green, GLbyte blue) |
| 257 | { |
| 258 | return glbinding::Binding::Color3b(red, green, blue); |
| 259 | } |
| 260 | |
| 261 | void glColor3bv(const GLbyte * v) |
| 262 | { |
nothing calls this directly
no outgoing calls
no test coverage detected