Vertex Shader

From OpenGL Wiki
Revision as of 14:20, 26 August 2012 by Alfonse (talk | contribs) (categorization)
Jump to navigation Jump to search

Vertex Shaders are shaders that handle vertex processing. They receive a sequence of Vertex Attributes and produce an equal length sequence of vertex data. There must be a 1:1 mapping from input vertices to output vertices.