summaryrefslogtreecommitdiffstats
path: root/TextureLoader/include
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-29 07:29:59 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-29 07:29:59 +0000
commit5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch)
tree7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /TextureLoader/include
parentImGuiImplDiligent: added UpdateFontsTexture() method (diff)
downloadDiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz
DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip
Updates to comply with the new API
Diffstat (limited to 'TextureLoader/include')
-rw-r--r--TextureLoader/include/pch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TextureLoader/include/pch.h b/TextureLoader/include/pch.h
index 13c3f13..35a7fbd 100644
--- a/TextureLoader/include/pch.h
+++ b/TextureLoader/include/pch.h
@@ -30,5 +30,5 @@
#include "BasicTypes.h"
#include "RenderDevice.h"
#include "DeviceContext.h"
-#include "Errors.h"
-#include "DebugUtilities.h"
+#include "Errors.hpp"
+#include "DebugUtilities.hpp"