Some slight cleanup for KTX image loader

This commit is contained in:
Georg Hagen
2024-12-25 17:42:06 +01:00
parent ca184f3ca9
commit c24c3ca86f
5 changed files with 97 additions and 68 deletions

View File

@@ -42,6 +42,7 @@ SetOptimisationSettings()
option(TRACY_ENABLE "Enable Tracy Profiler" OFF)
option(ENABLE_ASSIMP "If assimp should be used" ON)
option(ENABLE_CURL "If curl should be used" ON)
option(ENABLE_KTX "If ktx images should be supported" ON)
option(ENABLE_TEST "Enable testing" ON)
option(ENABLE_EXAMPLE "Enable examples" ON)
option(ENABLE_MSDF "Enable msdf library" ON)