Fixed Function Geometry Pipeline

Date January 31, 2008

How a vertex becomes a pixel
In the graphics libraries of OpenGL and Direct3D (*pre-DirectX10), the
common method for learning how to properly compute the position, and
other properties, of a vertex has been through the implementation of
the Fixed Function Geometry Pipeline.
This is the main pipeline in which the graphics engine calculates the
proper rendering to a vertex in [...]