| 104 | } |
| 105 | |
| 106 | void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences) |
| 107 | { |
| 108 | return glbinding::Binding::DeleteFencesAPPLE(n, fences); |
| 109 | } |
| 110 | |
| 111 | void glDeleteFencesNV(GLsizei n, const GLuint * fences) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected