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 -

Python ctypes access violation with const pointer arguments -