mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 09:03:36 +00:00
Multisampling: We can only resolve for unscaled copies
This commit is contained in:
parent
5efe0167ea
commit
51d986da35
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
dstRegion.Y2 == dst.Height &&
|
dstRegion.Y2 == dst.Height &&
|
||||||
src.Width == dst.Width &&
|
src.Width == dst.Width &&
|
||||||
src.Height == dst.Height &&
|
src.Height == dst.Height &&
|
||||||
src.VkFormat == dst.VkFormat &&
|
src.VkFormat == dst.VkFormat)
|
||||||
src.Info.Samples == 1)
|
|
||||||
{
|
{
|
||||||
TextureCopy.Copy(
|
TextureCopy.Copy(
|
||||||
_gd.Api,
|
_gd.Api,
|
||||||
|
|
Loading…
Reference in a new issue