"Merge Tagged PR 11894"

This commit is contained in:
yuzubot 2023-11-05 13:02:51 +00:00
parent 98af7d4a06
commit d6d01d435c

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