hakolao/egui_winit_vulkano

please use PresentMode::Fifo rather than PresentMode::Immediate in examples.

zhouhang95 opened this issue · 1 comments

the vulkano project examples use PresentMode::Fifo, because some gpu don't support PresentMode::Immediate.

Updated with #12, thanks