diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-07-03 20:37:36 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-04 01:37:36 +0200 |
| commit | 76e5af967a39879187214f0973d226eba126e93f (patch) | |
| tree | 8f8ef960700fd10a4cca58468f183a1ff4f3c800 /Ryujinx.Graphics.Texture/LayoutConverter.cs | |
| parent | bf87f02c0c9aa24605cf825d94a0d675c737b87c (diff) | |
Fix buffer to 3D texture copy (#1354)
Diffstat (limited to 'Ryujinx.Graphics.Texture/LayoutConverter.cs')
| -rw-r--r-- | Ryujinx.Graphics.Texture/LayoutConverter.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Texture/LayoutConverter.cs b/Ryujinx.Graphics.Texture/LayoutConverter.cs index 525271c4..2ad57d59 100644 --- a/Ryujinx.Graphics.Texture/LayoutConverter.cs +++ b/Ryujinx.Graphics.Texture/LayoutConverter.cs @@ -84,7 +84,6 @@ namespace Ryujinx.Graphics.Texture BlockLinearLayout layoutConverter = new BlockLinearLayout( wAligned, h, - d, mipGobBlocksInY, mipGobBlocksInZ, bytesPerPixel); @@ -256,7 +255,6 @@ namespace Ryujinx.Graphics.Texture BlockLinearLayout layoutConverter = new BlockLinearLayout( wAligned, h, - d, mipGobBlocksInY, mipGobBlocksInZ, bytesPerPixel); |
