Sponsored Content
Full Discussion: Delete account
Contact Us Post Here to Contact Site Administrators and Moderators Delete account Post 302209936 by reborg on Sunday 29th of June 2008 10:21:21 AM
Old 06-29-2008
Ok, You are now deleted.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

delete or disable the system generated account

I have this unix version 3.0 "UNIX_SV server 4.0 3.0 3425 Pentium II(TM)-ISA/PCI" can i delete or disable the system generated account as "daemon";"uucp";"sys";"adm";"listen";"bin" and if yes how can i do it? Regards (1 Reply)
Discussion started by: sak900354
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

how to delete an existing account on unix.com

Hi, Can you tell me the instructions to delete my account from unix.com if I dont want to continue it anymore because I have an already existing account and this one was created by mistake. Regards, Raj Kumar Arora email address removed (2 Replies)
Discussion started by: Raj Kumar Aora
2 Replies

3. Post Here to Contact Site Administrators and Moderators

Delete my Account

Delete my account, please. Many thanks and best wishes with the forum. :] (1 Reply)
Discussion started by: BSRadcliffe
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Delete the threads started by me or my account

Can you please delete the account or the threads started by me please. I really appreciate it. (1 Reply)
Discussion started by: ravis83
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Delete this account

Hi, I want to change my user name.And if that is not possible can u please close the account so that i can create a new account with other user name. Regards, Jyothi (3 Replies)
Discussion started by: jyothi_wipro
3 Replies

6. Post Here to Contact Site Administrators and Moderators

Please delete my account

can`t find an option to do this.... (1 Reply)
Discussion started by: spacevoid8
1 Replies
GLDELETETEXTURES(3G)													      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 dimen- sionality, 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. 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(3G), glBindTexture(3G), glCopyTexImage1D(3G), glCopyTexImage2D(3G), glGenTextures(3G), glGet(3G), glGetTexParameter(3G), glPrioritizeTextures(3G), glTexImage1D(3G), glTexImage2D(3G), glTexParameter(3G) GLDELETETEXTURES(3G)
All times are GMT -4. The time now is 01:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy