Fix buffer to 3D texture copy (#1354)

This commit is contained in:
gdkchan 2020-07-03 20:37:36 -03:00 committed by GitHub
parent 2bce9532f2
commit 4c3a1106ec
4 changed files with 15 additions and 6 deletions

View file

@ -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);