From 23b8a86d35e5b499d75d4f65b6d6a226e7529fd4 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 8 Dec 2019 01:30:48 -0300 Subject: Support 3D ASTC textures (using 2D blocks) --- Ryujinx.Graphics.Gpu/Image/Texture.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Image') 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, -- cgit v1.2.3