Commit f96d9d6
committed
Updated Tools and FX
Tools: texture loader improvements
FX: enabled texture loading throttling in Hydrogent1 parent d4df73d commit f96d9d6
2 files changed
+2
-2
lines changedSubmodule DiligentTools updated 14 files
- AssetLoader/src/GLTFLoader.cpp+1-3
- Tests/DiligentToolsTest/src/JPEGCodecTest.cpp+30-18
- Tests/DiligentToolsTest/src/PNGCodecTest.cpp+31-19
- TextureLoader/include/TextureLoaderImpl.hpp+7-7
- TextureLoader/interface/Image.h+21-12
- TextureLoader/interface/JPEGCodec.h+8-4
- TextureLoader/interface/PNGCodec.h+8-4
- TextureLoader/interface/SGILoader.h+8-4
- TextureLoader/interface/TextureLoader.h+28
- TextureLoader/src/Image.cpp+247-165
- TextureLoader/src/JPEGCodec.c+63-53
- TextureLoader/src/PNGCodec.c+27-22
- TextureLoader/src/SGILoader.cpp+22-18
- TextureLoader/src/TextureLoaderImpl.cpp+184-91
0 commit comments