From fa7fb792ec7ce494b434cc68fed5a3d2c9328a38 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 17:55:51 -0800 Subject: A bunch of final .h -> .hpp renamings --- Graphics/GraphicsEngine/include/DeviceContextBase.hpp | 2 +- Graphics/GraphicsEngine/include/DeviceObjectBase.hpp | 2 +- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp | 2 +- Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp | 2 +- Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp | 2 +- Graphics/GraphicsEngine/include/SwapChainBase.hpp | 2 +- Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Graphics/GraphicsEngine') 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 #include #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 #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" -- cgit v1.2.3