| 364 | } |
| 365 | |
| 366 | void glBinormal3fEXT(GLfloat bx, GLfloat by, GLfloat bz) |
| 367 | { |
| 368 | return glbinding::Binding::Binormal3fEXT(bx, by, bz); |
| 369 | } |
| 370 | |
| 371 | void glBinormal3fvEXT(const GLfloat * v) |
| 372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected