Query: gldeleteshader
OS: osx
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLDELETESHADER(3G) OpenGL 3.3 GLDELETESHADER(3G)NAMEglDeleteShader - Deletes a shader objectC SPECIFICATIONvoid glDeleteShader(GLuint shader);PARAMETERSshader Specifies the shader object to be deleted.DESCRIPTIONglDeleteShader frees the memory and invalidates the name associated with the shader object specified by shader. This command effectively undoes the effects of a call to glCreateShader(). If a shader object to be deleted is attached to a program object, it will be flagged for deletion, but it will not be deleted until it is no longer attached to any program object, for any rendering context (i.e., it must be detached from wherever it was attached before it will be deleted). A value of 0 for shader will be silently ignored. To determine whether an object has been flagged for deletion, call glGetShader() with arguments shader and GL_DELETE_STATUS.ERRORSGL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.ASSOCIATED GETSglGetAttachedShaders() with the program object to be queried glGetShader() with arguments shader and GL_DELETE_STATUS glIsShader()SEE ALSOglCreateProgram(), glCreateShader(), glDetachShader(), glUseProgram()COPYRIGHTCopyright (C) 2003-2005 3Dlabs Inc. Ltd. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLDELETESHADER(3G)
Related Man Pages |
---|
gldeleteshader(3g) - mojave |
glisshader(3g) - mojave |
gldeleteshader(3g) - osx |
gldetachshader(3g) - osx |
glisshader(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
large file deletion |
vi: deleted text not placed in register |
backspace deletion hpux 11i |
Chromium B.S.U. 0.9.13.3 (Default branch) |
how do i get my threads deleted? |