Supper 2D array ASTC compressed texture formats decoding (#1593)

This commit is contained in:
gdkchan
2020-10-01 22:22:23 -03:00
committed by GitHub
parent f8c41a9a51
commit 86412ed30a
2 changed files with 31 additions and 22 deletions

View File

@ -657,6 +657,7 @@ namespace Ryujinx.Graphics.Gpu.Image
Info.Height,
_depth,
Info.Levels,
_layers,
out Span<byte> decoded))
{
string texInfo = $"{Info.Target} {Info.FormatInfo.Format} {Info.Width}x{Info.Height}x{Info.DepthOrLayers} levels {Info.Levels}";