Hello,
I want to do a conditionnal OnDisplay on a OpenGLView . The idea is if scene was not changed, don't render it to avoid battery drain.
If i just make all the OnDisplay code conditionnal, rendering is strange.
How can I just call the previous render output ?
Thank you.