aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/BlockLinearLayout.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-07-03 20:37:36 -0300
committerGitHub <noreply@github.com>2020-07-04 01:37:36 +0200
commit76e5af967a39879187214f0973d226eba126e93f (patch)
tree8f8ef960700fd10a4cca58468f183a1ff4f3c800 /Ryujinx.Graphics.Texture/BlockLinearLayout.cs
parentbf87f02c0c9aa24605cf825d94a0d675c737b87c (diff)
Fix buffer to 3D texture copy (#1354)
Diffstat (limited to 'Ryujinx.Graphics.Texture/BlockLinearLayout.cs')
-rw-r--r--Ryujinx.Graphics.Texture/BlockLinearLayout.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Texture/BlockLinearLayout.cs b/Ryujinx.Graphics.Texture/BlockLinearLayout.cs
index 0b112242..02b69987 100644
--- a/Ryujinx.Graphics.Texture/BlockLinearLayout.cs
+++ b/Ryujinx.Graphics.Texture/BlockLinearLayout.cs
@@ -41,7 +41,6 @@ namespace Ryujinx.Graphics.Texture
public BlockLinearLayout(
int width,
int height,
- int depth,
int gobBlocksInY,
int gobBlocksInZ,
int bpp)