renderer_vulkan: render on bottom of surface clip when flipped (#11894)

pull/8/head
liamwhite 2 years ago committed by GitHub
parent 511c1f0c8b
commit a423e0f9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}

Loading…
Cancel
Save