I am creating an Android game using opengl and the cocos2d port (http://code.google.com/p/cocos2d-android-1). I am targeting a wide range of devices and want it to work well. I am testing only one connection, and I hope to receive information from people with experience working on slower devices.
Currently, the game uses two textures of 1024x1024, as well as two textures of 256x256. Is this within most devices? In this case, does anyone have any rule of thumb or experience with graphics memory limitations? If gfx memory is exceeded, will it go into normal memory?
source
share