| 389 | } |
| 390 | |
| 391 | void glBinormal3svEXT(const GLshort * v) |
| 392 | { |
| 393 | return glbinding::Binding::Binormal3svEXT(v); |
| 394 | } |
| 395 | |
| 396 | void glBinormalPointerEXT(GLenum type, GLsizei stride, const void * pointer) |
| 397 | { |
nothing calls this directly
no outgoing calls
no test coverage detected