vkcube icon indicating copy to clipboard operation
vkcube copied to clipboard

Fix present mode selection

Open thraen opened this issue 3 years ago • 0 comments

Former implementation effectively always selected VK_PRESENT_MODE_FIFO_KHR. This is probably not intended.

Intended behaviour is probably selecting VK_PRESENT_MODE_MAILBOX_KHR over fallback VK_PRESENT_MODE_FIFO_KHR, which is established with this commit.

thraen avatar Jan 11 '22 03:01 thraen