| 369 | } |
| 370 | |
| 371 | void glBinormal3fvEXT(const GLfloat * v) |
| 372 | { |
| 373 | return glbinding::Binding::Binormal3fvEXT(v); |
| 374 | } |
| 375 | |
| 376 | void glBinormal3iEXT(GLint bx, GLint by, GLint bz) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected