Portal:OpenGL Objects/Program Pipeline Objects

From OpenGL Wiki
Revision as of 04:17, 26 February 2013 by Alfonse (talk | contribs) (Portal for pipeline objects.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.