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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -