| 384 | } |
| 385 | |
| 386 | void glBinormal3sEXT(GLshort bx, GLshort by, GLshort bz) |
| 387 | { |
| 388 | return glbinding::Binding::Binormal3sEXT(bx, by, bz); |
| 389 | } |
| 390 | |
| 391 | void glBinormal3svEXT(const GLshort * v) |
| 392 | { |
nothing calls this directly
no outgoing calls
no test coverage detected