Vsync double or triple buffering ?

Solution
With double-buffering, the GPU waits for the most recently rendered frame to get displayed before beginning work on the next frame. With triple buffering, the GPU starts working on the next frame after that in the third buffer and if that new frame completes first, that frame gets displayed next and the other frame in-between gets discarded.

Double-buffering yields the most consistent frame rate while triple-buffering can be slightly more responsive.
With double-buffering, the GPU waits for the most recently rendered frame to get displayed before beginning work on the next frame. With triple buffering, the GPU starts working on the next frame after that in the third buffer and if that new frame completes first, that frame gets displayed next and the other frame in-between gets discarded.

Double-buffering yields the most consistent frame rate while triple-buffering can be slightly more responsive.
 
  • Like
Reactions: BrightBlack
Solution


sorry but i cant really understand, i just need to know which is better for gaming ?
 


so if iam playing a game and my FPS is very high and stable triple buffer is the best choice right ?
 


now i get it, thank you very much :)