Vertex Post-Processing

From OpenGL Wiki
Revision as of 03:27, 4 October 2012 by Alfonse (talk | contribs) (See also section.)
Jump to navigation Jump to search

Vertex Post-Processing is the stage in the OpenGL Rendering Pipeline where the vertex outputs of the Vertex Processing undergo a variety of operations. Many of these are setup for Primitive Assembly and Rasterization stages.

Transform Feedback

Clipping

Clip planes

Perspective divide

Viewport transform

See also