1 parent ae2c4c4 commit 52ff132Copy full SHA for 52ff132
1 file changed
src/ImageSharp.Textures/TextureFormats/Decoding/AstcDecoder.cs
@@ -6,10 +6,8 @@
6
namespace SixLabors.ImageSharp.Textures.TextureFormats.Decoding;
7
8
/// <summary>
9
-/// An ASTC decoder for various block footprints.
10
-/// Based on the Google ASTC codec implementation.
+/// ASTC (Adaptive scalable texture compression) decoder for all valid block footprints.
11
/// </summary>
12
-/// <remarks>
13
internal static class AstcDecoder
14
{
15
0 commit comments