Vulkan: Fix Blitting Extents #113050

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan/fix-extents into main 2023-09-29 11:44:57 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 7461bcdcf4 Vulkan: Fix Blitting Extents
During Blitting it is not allowed to read/write outside
the texture bounds. This patch ensures that the bounds
(called extents in Vulkan) are inside the expected range.
2023-09-29 11:42:55 +02:00