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 bf87f02c0c
commit 76e5af967a
4 changed files with 15 additions and 6 deletions

View File

@ -41,7 +41,6 @@ namespace Ryujinx.Graphics.Texture
public BlockLinearLayout(
int width,
int height,
int depth,
int gobBlocksInY,
int gobBlocksInZ,
int bpp)