Skip to content

vulkan: Round damage rectangles properly

Benjamin Otte requested to merge wip/otte/for-matthiasc into main

We need to round outwards and a 1x1 rectangle with offset 0.5,0.5 should end up as a 3x3 rectangle with offset 0,0 when rounded, not as a 2x2 rectangle.

Merge request reports

Loading