Author Topic: blit size and performance  (Read 2285 times)

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
blit size and performance
« 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

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: blit size and performance
« Reply #1 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.

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: blit size and performance
« Reply #2 on: July 25, 2010, 09:48:21 pm »
so it might slightly differ on android ?