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

Function glDeleteTextures

source/glbinding/source/gl/functions_d.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void glDeleteTextures(GLsizei n, const GLuint * textures)
252{
253 return glbinding::Binding::DeleteTextures(n, textures);
254}
255
256void glDeleteTexturesEXT(GLsizei n, const GLuint * textures)
257{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected