| 94 | } |
| 95 | |
| 96 | void glFlushStaticDataIBM(GLenum target) |
| 97 | { |
| 98 | return glbinding::Binding::FlushStaticDataIBM(target); |
| 99 | } |
| 100 | |
| 101 | void glFlushVertexArrayRangeAPPLE(GLsizei length, void * pointer) |
| 102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected