The Vertex Shader
¡Program executed once per vertex
¡Takes per-vertex input such as position, normal, color, light position, etc.
¡Determines per-vertex data such as position, color, depth, etc.
lBut can do more!
VP20… limited to 128 instructions
96 read only vectors and 12 read-write vectors