| 404 | } |
| 405 | |
| 406 | void glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha) |
| 407 | { |
| 408 | return glbinding::Binding::Color4hNV(red, green, blue, alpha); |
| 409 | } |
| 410 | |
| 411 | void glColor4hvNV(const GLhalfNV * v) |
| 412 | { |
nothing calls this directly
no outgoing calls
no test coverage detected