mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
Do not perform layout conversion on buffer texture flushes (#1729)
This commit is contained in:
@ -809,6 +809,8 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
}
|
||||
}
|
||||
|
||||
if (Info.Target != Target.TextureBuffer)
|
||||
{
|
||||
if (Info.IsLinear)
|
||||
{
|
||||
data = LayoutConverter.ConvertLinearToLinearStrided(
|
||||
@ -837,6 +839,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
_sizeInfo,
|
||||
data);
|
||||
}
|
||||
}
|
||||
|
||||
return data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user