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) { }
|
public ASTCDecoderException(string ExMsg) : base(ExMsg) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//https://github.com/GammaUNC/FasTC/blob/master/ASTCEncoder/src/Decompressor.cpp
|
||||||
public static class ASTCDecoder
|
public static class ASTCDecoder
|
||||||
{
|
{
|
||||||
struct TexelWeightParams
|
struct TexelWeightParams
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue