Fastest possible way to render 480 x 320 background as iPhone OpenGL ES textures

Posted by unknownthreat on Stack Overflow See other posts from Stack Overflow or by unknownthreat
Published on 2010-04-20T10:15:07Z Indexed on 2010/06/03 17:24 UTC
Read the original article Hit count: 275

I need to display 480 x 320 background image in OpenGL ES. The thing is I experienced a bit of a slow down in iPhone when I use 512 x 512 texture size. So I am finding an optimum case for rendering iPhone resolution size background in OpenGL ES. How should I slice the background in this case to obtain the best possible performance? My main concern is speed. Should I go for 256 x 256 or other texture sizes here?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about Performance