mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +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 &&
|
||||
src.Width == dst.Width &&
|
||||
src.Height == dst.Height &&
|
||||
src.VkFormat == dst.VkFormat &&
|
||||
src.Info.Samples == 1)
|
||||
src.VkFormat == dst.VkFormat)
|
||||
{
|
||||
TextureCopy.Copy(
|
||||
_gd.Api,
|
||||
|
|
Loading…
Reference in a new issue