Skip to content

Vulkan: Fix present region rectangles

Antonio Caggiano requested to merge present-region-dev into present-region

EGL rectangles are specified relative to the bottom-left of the surface, while Vulkan framebuffer space puts the origin on the top-left corner.

Merge request reports