Vertex Shader: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Stub page for these.
 
m Fixing link
Line 1: Line 1:
'''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.
'''Vertex Shaders''' are [[Shader|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.


{{stub}}
{{stub}}


[[Category:Shaders]]
[[Category:Shaders]]

Revision as of 18:35, 8 September 2009

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.