Portal:OpenGL Objects/Program Pipeline Objects: Difference between revisions
Jump to navigation
Jump to search
Portal for pipeline objects. |
m Bot: Updating section links to use redirects. |
||
Line 1: | Line 1: | ||
A '''Program Pipeline Object''' is a [[ | A '''Program Pipeline Object''' is a [[Container Object|container object]] that stores a series of separable program objects that contain shaders. Though program objects do not follow the standard OpenGL object model, program pipeline objects do. Program pipelines are light-weight objects that simply represent a specific sequence of [[Shader|shader stages]] to execute in a rendering operation. |
Latest revision as of 15:35, 12 April 2015
A Program Pipeline Object is a container object that stores a series of separable program objects that contain shaders. Though program objects do not follow the standard OpenGL object model, program pipeline objects do. Program pipelines are light-weight objects that simply represent a specific sequence of shader stages to execute in a rendering operation.