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.

InvalidError

Titan
Moderator
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

DolaaZ

Distinguished
Oct 7, 2013
140
3
18,685


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

DolaaZ

Distinguished
Oct 7, 2013
140
3
18,685


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

DolaaZ

Distinguished
Oct 7, 2013
140
3
18,685


now i get it, thank you very much :)