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
Post a Comment