| 394 | } |
| 395 | |
| 396 | void glBinormalPointerEXT(GLenum type, GLsizei stride, const void * pointer) |
| 397 | { |
| 398 | return glbinding::Binding::BinormalPointerEXT(type, stride, pointer); |
| 399 | } |
| 400 | |
| 401 | void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap) |
| 402 | { |
nothing calls this directly
no outgoing calls
no test coverage detected