Updated astc lib.

This commit is contained in:
Бранимир Караџић
2021-03-12 07:47:28 -08:00
parent 7b70810f4b
commit 200165a0dd
4 changed files with 22 additions and 9 deletions

View File

@@ -53,6 +53,7 @@ namespace
{ 0, 1, 2, 3 }, // ASTC_RGBA
{ 2, 1, 0, 3 }, // ASTC_BGRA
{ 0, 0, 0, 1 }, // ASTC_ENC_NORMAL_RA
{ 0, 0, 0, 1 }, // ASTC_ENC_NORMAL_RA_PCPT
{ 0, 3, 6, 5 }, // ASTC_DEC_RA_NORMAL
};