summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-27 01:44:22 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-27 01:44:22 +0000
commita77db60fed81e8e6492806d82d50ef570f70706b (patch)
treef3345c20a74af12d3aecd99cafaf36f376384cbf /Graphics/GraphicsEngine
parentRenamed .h -> .hpp in DiligentCoreAPITest project (diff)
downloadDiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.tar.gz
DiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.zip
Renamed platform headers .h -> .hpp
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/DeviceContextBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/ShaderBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/pch.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
index 611c591c..827ba0ae 100644
--- a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
+++ b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
@@ -37,7 +37,7 @@
#include "ResourceMapping.h"
#include "Sampler.h"
#include "ObjectBase.h"
-#include "DebugUtilities.h"
+#include "DebugUtilities.hpp"
#include "ValidatedCast.hpp"
#include "GraphicsAccessories.hpp"
#include "TextureBase.hpp"
diff --git a/Graphics/GraphicsEngine/include/ShaderBase.hpp b/Graphics/GraphicsEngine/include/ShaderBase.hpp
index 5e7c2d33..3aac5a2d 100644
--- a/Graphics/GraphicsEngine/include/ShaderBase.hpp
+++ b/Graphics/GraphicsEngine/include/ShaderBase.hpp
@@ -35,7 +35,7 @@
#include "Shader.h"
#include "DeviceObjectBase.hpp"
#include "STDAllocator.hpp"
-#include "PlatformMisc.h"
+#include "PlatformMisc.hpp"
#include "EngineMemory.h"
#include "Align.hpp"
diff --git a/Graphics/GraphicsEngine/include/pch.h b/Graphics/GraphicsEngine/include/pch.h
index fe8bf9de..74889e44 100644
--- a/Graphics/GraphicsEngine/include/pch.h
+++ b/Graphics/GraphicsEngine/include/pch.h
@@ -40,6 +40,6 @@
#include "GraphicsTypes.h"
#include "RefCntAutoPtr.hpp"
#include "Errors.hpp"
-#include "DebugUtilities.h"
+#include "DebugUtilities.hpp"
#include "RenderDeviceBase.hpp"
#include "DeviceContextBase.hpp" \ No newline at end of file