glDeleteTextures

delete named textures

Signature

glDeleteTextures( GLsizei ( n ) , const GLuint * ( textures ) )-> void
glDeleteTextures( n , textures )
Delete specified set of textures

Parameters

VariablesDescription
n
Specifies the number of textures to be deleted.
textures
Specifies an array of textures to be deleted.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glDeleteTextures
OpenGLContext OpenGLContext/texture.py Lines: 14, 15
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/glCamera.py Lines: 78, 80, 82, 84
{LGPL} VisionEgg VisionEgg/Textures.py Lines: 485
{LGPL} VisionEgg VisionEgg/Gratings.py Lines: 311, 630
{LGPL} PyMT pymt/texture.py Lines: 18, 70, 72
{LGPL} pygl2d pygl2d/font.py Lines: 22
Visvis core/line.py Lines: 123
Visvis core/baseTexture.py Lines: 521