Vertex Shader: Difference between revisions
Jump to navigation
Jump to search
Stub page for these. |
m Fixing link |
||
Line 1: | Line 1: | ||
'''Vertex Shaders''' are [[ | '''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.
This article is a stub. You can help the OpenGL Wiki by expanding it. |