Update ASTCDecoder.cs
This commit is contained in:
parent
a84669b9d6
commit
9d46836791
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Gal.Texture
|
|||
public ASTCDecoderException(string ExMsg) : base(ExMsg) { }
|
||||
}
|
||||
|
||||
//https://github.com/GammaUNC/FasTC/blob/master/ASTCEncoder/src/Decompressor.cpp
|
||||
public static class ASTCDecoder
|
||||
{
|
||||
struct TexelWeightParams
|
||||
|
|
Loading…
Add table
Reference in a new issue