I have just discovered what a double buffer is and I completely understand how they work and why they are used (thank god for Wikipedia!)
I also understand that a triple buffer is used for smooth animation of graphics.
But, page flipping (also apparently known as Ping Pong Buffering) is also apparently faster and eliminates tearing of the graphics.
So my questions are thus:
- Is it possible to make the best of both worlds and have a triple page flip buffer? So then the animation is not only smooth but tear-free.
- Would it be worth going to the hassle of creating this triple page flip buffer? For example, would it make the animation faster or just put unnecessary strain on the device?
Thank you in advance!