Shader
Definition:
A shader or shader model is a software program that includes instructions on how the GPU should render certain images on the screen. Game system requirements may sometimes list a shader model version that is required such as Shader Model 3.0. This is simply the shader program that is required to play the game. Each version of Microsoft's DirectX API supports a shader version. Shader version 3.0 is supported in DirectX 9.0c, shader v4.0 is supported in DirectX 10, and so on, so if a graphics card spec mentions support for DirectX 10 you can rest assured that it will meet the shader requirements of a game that may list shader version 4.0 in it's system requirements.
How to Determine What Shader Model you're graphics card supports?
Also Known As: Shader Model, Shaders, Pixel Shader, Vertex Shader, Geometry Shader
Examples: The system requirements for Call of Duty Modern Warfare 2 require a graphics card that supports shader model 3.0 or higher.
A shader or shader model is a software program that includes instructions on how the GPU should render certain images on the screen. Game system requirements may sometimes list a shader model version that is required such as Shader Model 3.0. This is simply the shader program that is required to play the game. Each version of Microsoft's DirectX API supports a shader version. Shader version 3.0 is supported in DirectX 9.0c, shader v4.0 is supported in DirectX 10, and so on, so if a graphics card spec mentions support for DirectX 10 you can rest assured that it will meet the shader requirements of a game that may list shader version 4.0 in it's system requirements.
How to Determine What Shader Model you're graphics card supports?
Also Known As: Shader Model, Shaders, Pixel Shader, Vertex Shader, Geometry Shader
Examples: The system requirements for Call of Duty Modern Warfare 2 require a graphics card that supports shader model 3.0 or higher.
Source...