Query: glbindprogrampipeline
OS: centos
Section: 3g
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLBINDPROGRAMPIPELIN(3G) OpenGL Manual GLBINDPROGRAMPIPELIN(3G)NAMEglBindProgramPipeline - bind a program pipeline to the current contextC SPECIFICATIONvoid glBindProgramPipeline(GLuint pipeline);PARAMETERSpipeline Specifies the name of the pipeline object to bind to the context.DESCRIPTIONglBindProgramPipeline binds a program pipeline object to the current context. pipeline must be a name previously returned from a call to glGenProgramPipelines(). If no program pipeline exists with name pipeline then a new pipeline object is created with that name and initialized to the default state vector. When a program pipeline object is bound using glBindProgramPipeline, any previous binding is broken and is replaced with a binding to the specified pipeline object. If pipeline is zero, the previous binding is broken and is not replaced, leaving no pipeline object bound. If no current program object has been established by glUseProgram(), the program objects used for each stage and for uniform updates are taken from the bound program pipeline object, if any. If there is a current program object established by glUseProgram(), the bound program pipeline object has no effect on rendering or uniform updates. When a bound program pipeline object is used for rendering, individual shader executables are taken from its program objects.ERRORSGL_INVALID_OPERATION is generated if pipeline is not zero or a name previously returned from a call to glGenProgramPipelines() or if such a name has been deleted by a call to glDeleteProgramPipelines().SEE ALSOglCreateShader(), glCreateProgram(), glCompileShader(), glLinkProgram(), glGenProgramPipelines(), glDeleteProgramPipelines(), glIsProgramPipeline()COPYRIGHTCopyright (C) 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/.AUTHORSopengl.org opengl.org 06/10/2014 GLBINDPROGRAMPIPELIN(3G)
Similar Topics in the Unix Linux Community |
---|
C program help please! input from pipeline |
The Cut command |
python-pipeline 0.1 (Default branch) |
Comments within a shell pipeline |
Help with Redirection |