Query: gldetachshader
OS: debian
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLDETACHSHADER(3G) [FIXME: manual] GLDETACHSHADER(3G)NAMEglDetachShader - Detaches a shader object from a program object to which it is attachedC SPECIFICATIONvoid glDetachShader(GLuint program, GLuint shader);PARAMETERSprogram Specifies the program object from which to detach the shader object. shader Specifies the shader object to be detached.DESCRIPTIONglDetachShader detaches the shader object specified by shader from the program object specified by program. This command can be used to undo the effect of the command glAttachShader(). If shader has already been flagged for deletion by a call to glDeleteShader() and it is not attached to any other program object, it will be deleted after it has been detached.ERRORSGL_INVALID_VALUE is generated if either program or shader is a value that was not generated by OpenGL. GL_INVALID_OPERATION is generated if program is not a program object. GL_INVALID_OPERATION is generated if shader is not a shader object. GL_INVALID_OPERATION is generated if shader is not attached to program.ASSOCIATED GETSglGetAttachedShaders() with the handle of a valid program object glGetShader() with arguments shader and GL_DELETE_STATUS glIsProgram() glIsShader()SEE ALSOglAttachShader()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/. [FIXME: source] 05/30/2012 GLDETACHSHADER(3G)
Related Man Pages |
---|
glattachshader(3g) - mojave |
gldetachshader(3g) - mojave |
gldeleteshader(3g) - debian |
gldeleteshader(3g) - centos |
glisshader(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
erase file |
help in explaing the program |
call program |