Game Guides > Game FAQ >  

Is a Vertex Shader the same thing as a Pixel Shader

Is a Vertex Shader the same thing as a Pixel Shader

A vertex shader operates on vertices, thus it will form part of the rotation, and translation steps in rendering, which can include texturing as well. A pixel shader will calculate the colour for a particular pixel, and thus is situated further down the rendering pipeline.