Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
www.jpct.net
»
jPCT - a 3d engine for Java
»
Support
»
blit size and performance
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: blit size and performance (Read 2081 times)
raft
quad
Posts: 1993
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
Logged
EgonOlsen
Administrator
quad
Posts: 12275
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.
Logged
raft
quad
Posts: 1993
Re: blit size and performance
«
Reply #2 on:
July 25, 2010, 09:48:21 pm »
so it might slightly differ on android ?
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
www.jpct.net
»
jPCT - a 3d engine for Java
»
Support
»
blit size and performance