Android 4.0.3 OpengL ES 2.0 issue
Posted
by
user1662184
on Stack Overflow
See other posts from Stack Overflow
or by user1662184
Published on 2012-09-11T07:55:29Z
Indexed on
2012/09/11
9:38 UTC
Read the original article
Hit count: 225
i develop live wallpapers using Opengl ES 2.0 engine. My wallapapers run smooth on 2.x Android Devices , but in 4.03 i see some strange things. 1st seconds (maybe a minute max) lwp runs smooth , but after that starts dropping frames especially when objects passing near camera allmost crashes. But no error on eclipse Log. I watched Eclipse log from the begining of loading the lwp to the point of dropping frames. I ve seen that on My LG optimus 2X , and my Samsung Galaxy S2. Any Idea what to check , or what is going on??
UPDATE i just noticed that changing render mode from dirty to continuously fixed the problem , but until screen orientation changes , or goes of and on. after that renderer freaks out.
© Stack Overflow or respective owner