Skip to content

Files

Latest commit

 

History

History

03_double_buffering

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Demo 03: Double Buffering

This demo is the same as Demo 02, but it shows how to use dual set of buffers, semaphores and fences to do double buffering, i.e. instead of synchronizing the CPU with the GPU every frame, it does it every two frames, so the CPU is free to calculate the new frame while the GPU is busy rendering/presenting the previous one.