android - Rendering in openGL only after turning my screen off and then on -


the following problem reported on devices having ardeno gpu. devices having mali gpu, problem doesn't exist.

the problem: i'm rendering textures , using render when dirty.the rendering of textures not happen , see black screen. however, if turn off screen, , turn on again, , request render (by glsurfaceview.requestrender();), renders textures properly.

any ideas why behavior happening?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -