| 349 | } |
| 350 | |
| 351 | void glBinormal3bvEXT(const GLbyte * v) |
| 352 | { |
| 353 | return glbinding::Binding::Binormal3bvEXT(v); |
| 354 | } |
| 355 | |
| 356 | void glBinormal3dEXT(GLdouble bx, GLdouble by, GLdouble bz) |
| 357 | { |
nothing calls this directly
no outgoing calls
no test coverage detected