Original Post
Hi, If I have a pixel shader program does it get called per screen pixel or per texture texel? The reason I ask is if I've got a complex pixel shader and a large texture, would things run faster if the texture was smaller? (forgetting about the obvious fact that it uses less memory and bandwidth etc.) Thanks, Fleejay