reload the textures on Android

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
CloudJin
Gnoblar
Posts: 13
Joined: Fri Jun 28, 2013 7:09 am

reload the textures on Android

Post by CloudJin »

Thanks for reading.
I used the loadRawData to load the textures, because I need to load the texture from my pack(not the .zip).
When our game is pressed home button and resume on Android, the AndroidEGLWindow destroy the gl texture and want to recreate the gl texture.
But the loadRawData create the texture as manual without the loader, it can not reload.
How to resolve the issue?
Thanks.
CloudJin
Gnoblar
Posts: 13
Joined: Fri Jun 28, 2013 7:09 am

Re: reload the textures on Android

Post by CloudJin »

Is anyone helps?
Thanks.
CloudJin
Gnoblar
Posts: 13
Joined: Fri Jun 28, 2013 7:09 am

Re: reload the textures on Android

Post by CloudJin »

Well, I resolve it. I change the type of the pack file to .zip to avoid the issue.
Post Reply