glGetProgramPipelineInfoLog man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

GLGETPROGRAMPIPELINE(3G)	 OpenGL Manual	      GLGETPROGRAMPIPELINE(3G)

NAME
       glGetProgramPipelineInfoLog - retrieve the info log string from a
       program pipeline object

C SPECIFICATION
       void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize,
					GLsizei *length, GLchar *infoLog);

PARAMETERS
       pipeline
	   Specifies the name of a program pipeline object from which to
	   retrieve the info log.

       bufSize
	   Specifies the maximum number of characters, including the null
	   terminator, that may be written into infoLog.

       length
	   Specifies the address of a variable into which will be written the
	   number of characters written into infoLog.

       infoLog
	   Specifies the address of an array of characters into which will be
	   written the info log for pipeline.

DESCRIPTION
       glGetProgramPipelineInfoLog retrieves the info log for the program
       pipeline object pipeline. The info log, including its null terminator,
       is written into the array of characters whose address is given by
       infoLog. The maximum number of characters that may be written into
       infoLog is given by bufSize, and the actual number of characters
       written into infoLog is returned in the integer whose address is given
       by length. If length is NULL, no length is returned.

       The actual length of the info log for the program pipeline may be
       determined by calling glGetProgramPipeline() with pname set to
       GL_INFO_LOG_LENGTH.

ERRORS
       GL_INVALID_OPERATION is generated if pipeline is not a name previously
       returned from a call to glGenProgramPipelines() or if such a name has
       been deleted by a call to glDeleteProgramPipelines().

ASSOCIATED GETS
       glGetProgramPipeline() with parameter GL_INFO_LOG_LENGTH.

SEE ALSO
       glGenProgramPipelines(), glBindProgramPipeline(),
       glDeleteProgramPipelines(), glGetProgramPipeline()

COPYRIGHT
       Copyright © 2010 Khronos Group. 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/.

AUTHORS
       opengl.org

opengl.org			  03/16/2013	      GLGETPROGRAMPIPELINE(3G)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net