From: | Robert Kihl |
Date: | 31 Aug 2000 at 17:44:55 |
Subject: | Re: CGX and Bitmaps |
On 30-Aug-00, you wrote:
>> It also means you don`t have to synch with the vertical blank if I
>> nderstand what I`ve been told.
>
> hmm... I don't see how that should be possible, but I'm open for an
> explanation :-)
If I understand correct (I've never used triple buffering) the program do
have to wait for the vbl before switching buffer the difference is that
with triple buffering the program doesn't have to wait for the switch to
start rendering the next frame since it has an extra buffer to render to.
This way the program only have to wait when both the buffers are full and
the third is being displayed and waiting for the vbl.
I could be totally wrong here, please correct me if I am :)
Cya