Update ASTCDecoder.cs

This commit is contained in:
Ac_K 2018-06-01 19:55:45 +02:00 committed by GitHub
commit 9d46836791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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