Android Graphics Memory Limits

Posted by Gordon on Stack Overflow See other posts from Stack Overflow or by Gordon
Published on 2010-12-21T01:34:25Z Indexed on 2010/12/21 17:53 UTC
Read the original article Hit count: 174

Filed under:
|
|

I am creating an android game using opengl and a cocos2d port (http://code.google.com/p/cocos2d-android-1). I am targeting a wide range of devices and want to ensure that it performs well. I only test on a nexus one and am hoping to get some input from people with experience on slower devices.

Currently the game uses two 1024x1024 textures as well as two 256x256 textures. Is this within the limits of most devices? Anyone have any rule of thumb or experience with graphics memory limits in these cases? If gfx memory is exceeded does it page to normal memory?

© Stack Overflow or respective owner

Related posts about android

Related posts about opengl-es