| 294 | } |
| 295 | |
| 296 | void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue) |
| 297 | { |
| 298 | return glbinding::Binding::Color3hNV(red, green, blue); |
| 299 | } |
| 300 | |
| 301 | void glColor3hvNV(const GLhalfNV * v) |
| 302 | { |
nothing calls this directly
no outgoing calls
no test coverage detected