www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: raft on July 25, 2010, 05:59:43 pm

Title: blit size and performance
Post by: raft on July 25, 2010, 05:59:43 pm
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
Title: Re: blit size and performance
Post by: EgonOlsen on July 25, 2010, 09:46:38 pm
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.
Title: Re: blit size and performance
Post by: raft on July 25, 2010, 09:48:21 pm
so it might slightly differ on android ?