| 249 | } |
| 250 | |
| 251 | void glDeleteTextures(GLsizei n, const GLuint * textures) |
| 252 | { |
| 253 | return glbinding::Binding::DeleteTextures(n, textures); |
| 254 | } |
| 255 | |
| 256 | void glDeleteTexturesEXT(GLsizei n, const GLuint * textures) |
| 257 | { |
nothing calls this directly
no outgoing calls
no test coverage detected