exellian / rui

Rust framework for building modern ui
3 stars 0 forks source link

Double / Triple Buffering #15

Closed aberratic closed 2 years ago

aberratic commented 2 years ago

To reduce flicker we should implement (and make it default?) double and/or triple buffering.

exellian commented 2 years ago

I think for now we just going to use a FIFO presentation mode on the swapchain (which corresponds to vsync) which completely disables tearing effects and therefore also flickering