| 344 | } |
| 345 | |
| 346 | void glBinormal3bEXT(GLbyte bx, GLbyte by, GLbyte bz) |
| 347 | { |
| 348 | return glbinding::Binding::Binormal3bEXT(bx, by, bz); |
| 349 | } |
| 350 | |
| 351 | void glBinormal3bvEXT(const GLbyte * v) |
| 352 | { |
nothing calls this directly
no outgoing calls
no test coverage detected