| 224 | } |
| 225 | |
| 226 | void glDeleteSamplers(GLsizei count, const GLuint * samplers) |
| 227 | { |
| 228 | return glbinding::Binding::DeleteSamplers(count, samplers); |
| 229 | } |
| 230 | |
| 231 | void glDeleteSemaphoresEXT(GLsizei n, const GLuint * semaphores) |
| 232 | { |
nothing calls this directly
no outgoing calls
no test coverage detected