Vertex shader: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Merge proposition)
m (Reverted edit of AlletOdomg, changed back to last version by Solokiller)
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{stub}}
#REDIRECT [[Shader]]
{{merge|Shader}}
 
[[category:Programming]] [[category:Glossary]]
 
A Vertex shader is a shader used for a variety of things, it's most basic goal is to transform geometry into screenspace coordinates so that the [[Pixel shader]] can rasterize an image. On a more complex scale vertex shaders are responsible for lighting, shadows, animation, along with any other tasks you might be able to come up with. Vertex shaders work with one vertex at a time and will run through a series of transforms based upon certain data.

Latest revision as of 14:30, 16 December 2008

Redirect to: