summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-27 01:55:51 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-27 01:55:51 +0000
commitfa7fb792ec7ce494b434cc68fed5a3d2c9328a38 (patch)
treea17dbf77423a093b7d7f8f232bb5209ac5e3da3b /Graphics/GraphicsEngine
parentRenamed platform headers .h -> .hpp (diff)
downloadDiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.tar.gz
DiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.zip
A bunch of final .h -> .hpp renamings
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/DeviceContextBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/DeviceObjectBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/RenderDeviceBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/include/SwapChainBase.hpp2
-rw-r--r--Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
index 827ba0ae..6e6ded8f 100644
--- a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
+++ b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp
@@ -36,7 +36,7 @@
#include "DeviceObjectBase.hpp"
#include "ResourceMapping.h"
#include "Sampler.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "DebugUtilities.hpp"
#include "ValidatedCast.hpp"
#include "GraphicsAccessories.hpp"
diff --git a/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp b/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp
index a1bab9cd..5b875ade 100644
--- a/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp
+++ b/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp
@@ -33,7 +33,7 @@
#include <cstring>
#include <cstdio>
#include "RefCntAutoPtr.hpp"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "UniqueIdentifier.hpp"
#include "EngineMemory.h"
diff --git a/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp b/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp
index 953aaf8a..d4d4aedb 100644
--- a/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp
+++ b/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp
@@ -36,7 +36,7 @@
#include "ResourceMappingImpl.hpp"
#include "StateObjectsRegistry.hpp"
#include "HashUtils.hpp"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "DeviceContext.h"
#include "SwapChain.h"
#include "GraphicsAccessories.hpp"
diff --git a/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp b/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp
index 55659f62..57719898 100644
--- a/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp
+++ b/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp
@@ -31,7 +31,7 @@
/// Declaration of the Diligent::ResourceMappingImpl class
#include "ResourceMapping.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include <unordered_map>
#include "HashUtils.hpp"
#include "STDAllocator.hpp"
diff --git a/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp b/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp
index 3671521f..cf5dfea3 100644
--- a/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp
+++ b/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp
@@ -31,7 +31,7 @@
/// Implementation of the Diligent::ShaderResourceBindingBase template class
#include "ShaderResourceBinding.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "GraphicsTypes.h"
#include "RefCntAutoPtr.hpp"
diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.hpp b/Graphics/GraphicsEngine/include/SwapChainBase.hpp
index cd02c2c8..a121f519 100644
--- a/Graphics/GraphicsEngine/include/SwapChainBase.hpp
+++ b/Graphics/GraphicsEngine/include/SwapChainBase.hpp
@@ -33,7 +33,7 @@
#include "RenderDevice.h"
#include "DeviceContext.h"
#include "SwapChain.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "Errors.hpp"
#include "RefCntAutoPtr.hpp"
diff --git a/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp b/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp
index ee14c692..2611d0b3 100644
--- a/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp
+++ b/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp
@@ -27,7 +27,7 @@
#include "pch.h"
#include "DefaultShaderSourceStreamFactory.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "RefCntAutoPtr.hpp"
#include "EngineMemory.h"
#include "BasicFileStream.hpp"