Joseph C. Osborn 6701c0999b fake negative x/y viewport positions under vulkan
Since Vulkan doesn't support negative x or y viewport positions, this
patch concatenates a translation matrix to the projection matrix used in
Vulkan rendering. In this way, if a negative x or y coordinate would
be necessary, we can instead use a 0 coordinate and a
leftwards/upwards translation to achieve the same effect.  This seems
to work alright with overlays, so as far as I can tell this patch
seems sufficient to get the behavior we want?
2024-07-18 08:22:32 -05:00
..
2024-04-06 18:52:52 +02:00
2024-06-26 15:40:29 +02:00
2024-05-13 07:29:50 -07:00
2023-05-30 21:21:05 +02:00
2023-05-30 21:21:05 +02:00
2023-06-19 18:16:40 +02:00