Compare commits

...

1 Commits

Author SHA1 Message Date
Liam
5e06f8ff07 renderer_vulkan: render on bottom of surface clip when flipped 2023-11-04 23:23:25 -04:00

View File

@@ -82,7 +82,7 @@ VkViewport GetViewportState(const Device& device, const Maxwell& regs, size_t in
}
if (y_negate) {
y += height;
y += conv(static_cast<f32>(regs.surface_clip.height));
height = -height;
}