diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 01:14:11 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-04-08 01:14:11 +0000 |
| commit | 0b7d07f841d8ed1f6da94a8f4a2900c2eff6355d (patch) | |
| tree | 9102a5baca9316e363aa78fc7581d54dcfa9b821 /Tests/IncludeTest/TextureLoader | |
| parent | Moved ImGuiScopedDisabler to ImGui namespace and renamed to ScopedDisabler (diff) | |
| download | DiligentTools-0b7d07f841d8ed1f6da94a8f4a2900c2eff6355d.tar.gz DiligentTools-0b7d07f841d8ed1f6da94a8f4a2900c2eff6355d.zip | |
Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c++ destructors. Added JPEG and PNG encoding/decoding tests
Diffstat (limited to 'Tests/IncludeTest/TextureLoader')
| -rw-r--r-- | Tests/IncludeTest/TextureLoader/ImageH_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp index b27d834..0820358 100644 --- a/Tests/IncludeTest/TextureLoader/ImageH_test.cpp +++ b/Tests/IncludeTest/TextureLoader/ImageH_test.cpp @@ -25,4 +25,4 @@ * of the possibility of such damages. */ -#include "TextureLoader/interface/Image.hpp" +#include "TextureLoader/interface/Image.h" |
