In my game , I want to create "live background" using GlSurfaceView
as a background which is placed inside the main activity.
In addition, there is a fragment in the activity layout. Another GlSurfaceView
is inside that fragment.
The two GlSurfaceViews
don't work together, I can only see the "live background".
Some one help please:)?
(I am using OpenGLES 2.0 )