| 269 | } |
| 270 | |
| 271 | void glDeleteVertexArrays(GLsizei n, const GLuint * arrays) |
| 272 | { |
| 273 | return glbinding::Binding::DeleteVertexArrays(n, arrays); |
| 274 | } |
| 275 | |
| 276 | void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * arrays) |
| 277 | { |
nothing calls this directly
no outgoing calls
no test coverage detected