blit size and performance

Started by raft, July 25, 2010, 05:59:43 PM

Previous topic - Next topic

raft

hello,

does blit (image) size have any impact on performance ? for example 100x100 or 128x128 make any difference ? i think, since they are already uploaded it shouldn't be noticable but can't be sure.

thanks

EgonOlsen

The larger the blit, the higher its demand for fill rate. On desktop hardware, the difference between 100*100 and 128*128 wil be neglectable though.

raft

so it might slightly differ on android ?