Top "Pixel-shader" questions

Pixel shaders, also known as fragment shaders, compute color and other attributes of each fragment.

How much performance do conditionals and unused samplers/textures add to SM2/3 pixel shaders?

We've one pixel shader in HLSL which is used for slightly different things in a few places, and as such …

rendering shader hlsl pixel-shader