| 359 | } |
| 360 | |
| 361 | void glBinormal3dvEXT(const GLdouble * v) |
| 362 | { |
| 363 | return glbinding::Binding::Binormal3dvEXT(v); |
| 364 | } |
| 365 | |
| 366 | void glBinormal3fEXT(GLfloat bx, GLfloat by, GLfloat bz) |
| 367 | { |
nothing calls this directly
no outgoing calls
no test coverage detected