renderer_vulkan: render on bottom of surface clip when flipped (#11894)
This commit is contained in:
parent
511c1f0c8b
commit
a423e0f9e0
|
@ -82,7 +82,7 @@ VkViewport GetViewportState(const Device& device, const Maxwell& regs, size_t in
|
||||||
}
|
}
|
||||||
|
|
||||||
if (y_negate) {
|
if (y_negate) {
|
||||||
y += height;
|
y += conv(static_cast<f32>(regs.surface_clip.height));
|
||||||
height = -height;
|
height = -height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue