Propagate zeta format properly (#1716)
parent
fcc9cbf816
commit
787e20937f
|
|
@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
|||
|
||||
if (srcTexture.Format.IsDepthOrStencil())
|
||||
{
|
||||
dstCopyTextureFormat = srcCopyTextureFormat;
|
||||
dstCopyTextureFormat = srcTexture.Info.FormatInfo;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue