Skip to content
Snippets Groups Projects
Unverified Commit a423e0f9 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

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

parent 511c1f0c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment