| 429 | } |
| 430 | |
| 431 | void glFrontFace(GLenum mode) |
| 432 | { |
| 433 | return glbinding::Binding::FrontFace(mode); |
| 434 | } |
| 435 | |
| 436 | void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected