Skip to content

Implement VK_KHR_incremental_present

Georges Basile Stavracas Neto requested to merge gbsneto/vulkan-fixes into master

... and fix Vulkan along the way.

Quoting the last commit:

This is the Vulkan version of eglSwapBuffersWithDamage(), and
it's always a good idea to limit the number of pixels we're
pushing to the GPU and/or swapping into the display.

Merge request reports