Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gldeletetextures(3g) [centos man page]

GLDELETETEXTURES(3G)						   OpenGL Manual					      GLDELETETEXTURES(3G)

NAME
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 reverts to 0 (the default texture). glDeleteTextures silently ignores 0's and names that do not correspond to existing textures. ERRORS
GL_INVALID_VALUE is generated if n is negative. ASSOCIATED GETS
glIsTexture() SEE ALSO
glBindTexture(), glCopyTexImage1D(), glCopyTexImage2D(), glGenTextures(), glGet(), glGetTexParameter(), glTexImage1D(), glTexImage2D(), glTexParameter() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLDELETETEXTURES(3G)

Check Out this Related Man Page

GLGENTEXTURES(3G)						   OpenGL Manual						 GLGENTEXTURES(3G)

NAME
glGenTextures - generate texture names C SPECIFICATION
void glGenTextures(GLsizei n, GLuint * textures); PARAMETERS
n Specifies the number of texture names to be generated. textures Specifies an array in which the generated texture names are stored. DESCRIPTION
glGenTextures returns n texture names in textures. There is no guarantee that the names form a contiguous set of integers; however, it is guaranteed that none of the returned names was in use immediately before the call to glGenTextures. The generated textures have no dimensionality; they assume the dimensionality of the texture target to which they are first bound (see glBindTexture()). Texture names returned by a call to glGenTextures are not returned by subsequent calls, unless they are first deleted with glDeleteTextures(). ERRORS
GL_INVALID_VALUE is generated if n is negative. ASSOCIATED GETS
glIsTexture() SEE ALSO
glBindTexture(), glCopyTexImage1D(), glCopyTexImage2D(), glDeleteTextures(), glGet(), glGetTexParameter(), glTexImage1D(), glTexImage2D(), glTexImage3D(), glTexParameter() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLGENTEXTURES(3G)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

retrieving a deleted file

hi!, is there any way to retrieve a file that I have deleted few minutes back?? I am using Solaris- 5.6.. :rolleyes: (2 Replies)
Discussion started by: jyotipg
2 Replies

2. AIX

Need to install opengl for GXT4500.

Hi, I try to install opengl bat it give a error that i need the opengl base level fileset 5.3.0.0 I use AIX 5.3 and my oslevel is now 5300-03. Where can i find the opengl files i need (5.3.0.0)? Thanks Peter. (1 Reply)
Discussion started by: xeonbb
1 Replies

3. Shell Programming and Scripting

Column matching

deleted deleted (1 Reply)
Discussion started by: ust3
1 Replies