vkcube
vkcube copied to clipboard
Fix present mode selection
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.