MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDeleteSamplers

Function glDeleteSamplers

source/glbinding/source/gl/functions_d.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void glDeleteSamplers(GLsizei count, const GLuint * samplers)
227{
228 return glbinding::Binding::DeleteSamplers(count, samplers);
229}
230
231void glDeleteSemaphoresEXT(GLsizei n, const GLuint * semaphores)
232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected