Skip to content

gdk/vulkancontext: Use more appropriate present mode

Check if the driver supports MAILBOX and prefer using it; in its absense, checkif the driver supports IMMEDIATE and prefer using it; finally, if neither of them are supported, use the guaranteed to be supported FIFO mode.

Merge request reports