It all depends on the time the graphics pipeline needs to draw a polygon. If you have a plain color most of the work is done by the vertex shader (included gouraud shading). If you use a texture high poly/low vertices models are rendered slower (depends on how the uv map is used). If you use a pixel shader it's even slower (like per pixel normalmapping).


Follow me on twitter