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

Function glDeleteTexturesEXT

source/glbinding/source/gl/functions_d.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void glDeleteTexturesEXT(GLsizei n, const GLuint * textures)
257{
258 return glbinding::Binding::DeleteTexturesEXT(n, textures);
259}
260
261void glDeleteTransformFeedbacks(GLsizei n, const GLuint * ids)
262{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected