Merge pull request #88075 from Chubercik/libktx-4.3.1
libktx: Update to 4.3.1
This commit is contained in:
commit
cf20bd7a07
30 changed files with 2734 additions and 658 deletions
|
|
@ -16,10 +16,12 @@ thirdparty_sources = [
|
|||
"lib/filestream.c",
|
||||
"lib/hashlist.c",
|
||||
"lib/memstream.c",
|
||||
"lib/miniz_wrapper.cpp",
|
||||
"lib/swap.c",
|
||||
"lib/texture.c",
|
||||
"lib/texture1.c",
|
||||
"lib/texture2.c",
|
||||
"lib/vkformat_check.c",
|
||||
"lib/dfdutils/createdfd.c",
|
||||
"lib/dfdutils/colourspaces.c",
|
||||
"lib/dfdutils/interpretdfd.c",
|
||||
|
|
@ -33,7 +35,11 @@ env_ktx.Prepend(CPPPATH=[thirdparty_dir + "include"])
|
|||
env_ktx.Prepend(CPPPATH=[thirdparty_dir + "utils"])
|
||||
env_ktx.Prepend(CPPPATH=[thirdparty_dir + "lib"])
|
||||
env_ktx.Prepend(CPPPATH=[thirdparty_dir + "other_include"])
|
||||
|
||||
env_ktx.Prepend(CPPPATH=["#thirdparty/basis_universal"])
|
||||
if env.editor_build:
|
||||
# We already build miniz in the basis_universal module (editor only).
|
||||
env_ktx.Append(CPPDEFINES=["MINIZ_HEADER_FILE_ONLY"])
|
||||
|
||||
if env["vulkan"]:
|
||||
env_ktx.Prepend(CPPPATH=["#thirdparty/vulkan/include"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue