Add etcpak decompression functions

This commit is contained in:
BlueCube3310
2024-02-09 18:46:05 +01:00
parent 691d8bee2b
commit c4fd9f9733
10 changed files with 1067 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ thirdparty_obj = []
thirdparty_dir = "#thirdparty/etcpak/"
thirdparty_sources = [
"DecodeRGB.cpp",
"Dither.cpp",
"ProcessDxtc.cpp",
"ProcessRGB.cpp",