Vertex shader: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Merge proposition)
(Merged to Shader)
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.

Revision as of 06:38, 27 July 2006

Redirect to: