aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/Texture.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2019-12-08 01:30:48 -0300
committerThog <thog@protonmail.com>2020-01-09 02:13:00 +0100
commit23b8a86d35e5b499d75d4f65b6d6a226e7529fd4 (patch)
treec409d2e9361b023e46619a5b03c3315f1d4a1685 /Ryujinx.Graphics.Gpu/Image/Texture.cs
parent6b13c5b439a54d0bb0139a2e33a2f76707db5fe7 (diff)
Support 3D ASTC textures (using 2D blocks)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/Texture.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Image/Texture.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/Texture.cs b/Ryujinx.Graphics.Gpu/Image/Texture.cs
index 5e057588..e72b619c 100644
--- a/Ryujinx.Graphics.Gpu/Image/Texture.cs
+++ b/Ryujinx.Graphics.Gpu/Image/Texture.cs
@@ -257,7 +257,6 @@ namespace Ryujinx.Graphics.Gpu.Image
data,
_info.FormatInfo.BlockWidth,
_info.FormatInfo.BlockHeight,
- 1,
_info.Width,
_info.Height,
_depth,