Fix dds decoder
This commit is contained in:
parent
cec9928991
commit
65341998c3
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -495,8 +495,6 @@ namespace Switch_Toolbox.Library
|
||||
}
|
||||
public static unsafe byte[] DecompressBlock(Byte[] data, int width, int height, DDS.DXGI_FORMAT format)
|
||||
{
|
||||
return DecompressCompLibBlock(data, width, height, format);
|
||||
|
||||
Console.WriteLine(format);
|
||||
Console.WriteLine(data.Length);
|
||||
Console.WriteLine(width);
|
||||
|
Loading…
x
Reference in New Issue
Block a user