| 19 | } |
| 20 | |
| 21 | void glCallLists(GLsizei n, GLenum type, const void * lists) |
| 22 | { |
| 23 | return glbinding::Binding::CallLists(n, type, lists); |
| 24 | } |
| 25 | |
| 26 | GLenum glCheckFramebufferStatus(GLenum target) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected