Drop in latest astc-encoder.

This commit is contained in:
Бранимир Караџић
2022-10-20 19:58:04 -07:00
parent 0de8816a8b
commit c7f88c254d
37 changed files with 28718 additions and 1 deletions

View File

@@ -9,8 +9,9 @@ project "bimg_encode"
includedirs {
path.join(BIMG_DIR, "include"),
path.join(BIMG_DIR, "3rdparty"),
path.join(BIMG_DIR, "3rdparty/nvtt"),
path.join(BIMG_DIR, "3rdparty/astc-encoder/include"),
path.join(BIMG_DIR, "3rdparty/iqa/include"),
path.join(BIMG_DIR, "3rdparty/nvtt"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
}
@@ -32,6 +33,8 @@ project "bimg_encode"
path.join(BIMG_DIR, "3rdparty/pvrtc/**.h"),
path.join(BIMG_DIR, "3rdparty/astc/**.cpp"),
path.join(BIMG_DIR, "3rdparty/astc/**.h"),
path.join(BIMG_DIR, "3rdparty/astc-encoder/source/**.cpp"),
path.join(BIMG_DIR, "3rdparty/astc-encoder/source/**.h"),
path.join(BIMG_DIR, "3rdparty/tinyexr/**.h"),
path.join(BIMG_DIR, "3rdparty/iqa/include/**.h"),
path.join(BIMG_DIR, "3rdparty/iqa/source/**.c"),