| 254 | } |
| 255 | |
| 256 | void glDeleteTexturesEXT(GLsizei n, const GLuint * textures) |
| 257 | { |
| 258 | return glbinding::Binding::DeleteTexturesEXT(n, textures); |
| 259 | } |
| 260 | |
| 261 | void glDeleteTransformFeedbacks(GLsizei n, const GLuint * ids) |
| 262 | { |
nothing calls this directly
no outgoing calls
no test coverage detected