summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/TextureLoader
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-04-08 01:14:11 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-04-08 01:14:11 +0000
commit0b7d07f841d8ed1f6da94a8f4a2900c2eff6355d (patch)
tree9102a5baca9316e363aa78fc7581d54dcfa9b821 /Tests/IncludeTest/TextureLoader
parentMoved ImGuiScopedDisabler to ImGui namespace and renamed to ScopedDisabler (diff)
downloadDiligentTools-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.cpp2
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"