EasyManuals Logo
Home>HP>Desktop>b2600

HP b2600 Reference Guide

HP b2600
486 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #98 background imageLoading...
Page #98 background image
D
glDeleteTextures
Chapter 4
98
glDeleteTextures
glDeleteTextures: delete named textures.
C Specification
void glDeleteTextures(
GLsizei n,
const GLuint *textures)
Parameters
n Specifies the number of textures to be deleted.
textures Specifies an array of textures to be deleted.
Description
glDeleteTextures deletes n textures named by the elements of the array textures. After a
texture is deleted, it has no contents or dimensionality, and its name is free for reuse (for
example by glGenTextures). If a texture that is currently bound is deleted, the binding
everts to 0 (the default texture).
glDeleteTextures silently ignores 0s and names that do not correspond to existing
textures.
Notes
glDeleteTextures is available only if the GL version is 1.1 or greater.
Errors
GL_INVALID_VALUE is generated if n is negative.
GL_INVALID_OPERATION is generated if glDeleteTextures is executed between
the execution of glBegin and the corresponding execution of glEnd.
Associated Gets
glIsTexture
See Also
glAreTexturesResident,
glBindTexture,
glCopyTexImage1D,
glCopyTexImage2D,
glGenTextures,
glGet,
glGetTexParameter,
glPrioritizeTextures,

Table of Contents

Other manuals for HP b2600

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the HP b2600 and is the answer not in the manual?

HP b2600 Specifications

General IconGeneral
BrandHP
Modelb2600
CategoryDesktop
LanguageEnglish

Related product manuals