Vertex Shader
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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |