summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-26 23:01:50 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-26 23:01:50 +0000
commit55f125b67aa285631e1d7d8e398c460925f88c0c (patch)
treee41c819c4952b4b26c7e02b8021d9d65441c5ff5 /Graphics/GraphicsTools
parentRenamed .h -> .hpp in GraphicsEngineVulkan project (diff)
downloadDiligentCore-55f125b67aa285631e1d7d8e398c460925f88c0c.tar.gz
DiligentCore-55f125b67aa285631e1d7d8e398c460925f88c0c.zip
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/interface/DurationQueryHelper.hpp2
-rw-r--r--Graphics/GraphicsTools/interface/MapHelper.hpp2
-rw-r--r--Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp2
-rw-r--r--Graphics/GraphicsTools/interface/ScreenCapture.hpp2
-rw-r--r--Graphics/GraphicsTools/interface/TextureUploaderBase.hpp4
-rw-r--r--Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp2
-rw-r--r--Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp2
-rw-r--r--Graphics/GraphicsTools/src/TextureUploaderGL.cpp4
8 files changed, 10 insertions, 10 deletions
diff --git a/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp b/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp
index b073a02a..e8cdc82f 100644
--- a/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp
+++ b/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp
@@ -33,7 +33,7 @@
#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../GraphicsEngine/interface/DeviceContext.h"
#include "../../GraphicsEngine/interface/Query.h"
-#include "../../../Common/interface/RefCntAutoPtr.h"
+#include "../../../Common/interface/RefCntAutoPtr.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsTools/interface/MapHelper.hpp b/Graphics/GraphicsTools/interface/MapHelper.hpp
index 0206b057..d1cd9279 100644
--- a/Graphics/GraphicsTools/interface/MapHelper.hpp
+++ b/Graphics/GraphicsTools/interface/MapHelper.hpp
@@ -31,7 +31,7 @@
/// Definition of the Diligent::MapHelper helper template class
#include "../../../Platforms/Basic/interface/DebugUtilities.h"
-#include "../../../Common/interface/RefCntAutoPtr.h"
+#include "../../../Common/interface/RefCntAutoPtr.hpp"
#include "../../GraphicsEngine/interface/DeviceContext.h"
#include "../../GraphicsEngine/interface/Buffer.h"
diff --git a/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp b/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp
index 1a089e0a..2badc14c 100644
--- a/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp
+++ b/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp
@@ -33,7 +33,7 @@
#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../GraphicsEngine/interface/DeviceContext.h"
#include "../../GraphicsEngine/interface/Query.h"
-#include "../../../Common/interface/RefCntAutoPtr.h"
+#include "../../../Common/interface/RefCntAutoPtr.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsTools/interface/ScreenCapture.hpp b/Graphics/GraphicsTools/interface/ScreenCapture.hpp
index cb5f4bb6..fcc13d70 100644
--- a/Graphics/GraphicsTools/interface/ScreenCapture.hpp
+++ b/Graphics/GraphicsTools/interface/ScreenCapture.hpp
@@ -34,7 +34,7 @@
#include "../../GraphicsEngine/interface/SwapChain.h"
#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../GraphicsEngine/interface/DeviceContext.h"
-#include "../../../Common/interface/RefCntAutoPtr.h"
+#include "../../../Common/interface/RefCntAutoPtr.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp b/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp
index 7010cf12..9e39f2fb 100644
--- a/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp
+++ b/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp
@@ -31,8 +31,8 @@
#include "TextureUploader.hpp"
#include "../../../Common/interface/ObjectBase.h"
-#include "../../../Common/interface/HashUtils.h"
-#include "../../../Common/interface/RefCntAutoPtr.h"
+#include "../../../Common/interface/HashUtils.hpp"
+#include "../../../Common/interface/RefCntAutoPtr.hpp"
namespace std
{
diff --git a/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp
index 66fd91bc..14fe131a 100644
--- a/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp
+++ b/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp
@@ -39,7 +39,7 @@
#include "DeviceContextD3D11.h"
#include "TextureD3D11.h"
#include "DXGITypeConversions.h"
-#include "ThreadSignal.h"
+#include "ThreadSignal.hpp"
#include "GraphicsAccessories.hpp"
namespace Diligent
diff --git a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
index 9ff0063e..59c550dc 100644
--- a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
+++ b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp
@@ -31,7 +31,7 @@
#include <vector>
#include "TextureUploaderD3D12_Vk.hpp"
-#include "ThreadSignal.h"
+#include "ThreadSignal.hpp"
#include "GraphicsAccessories.hpp"
namespace Diligent
diff --git a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
index 8b1f2411..57616404 100644
--- a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
+++ b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp
@@ -33,9 +33,9 @@
#include <algorithm>
#include "TextureUploaderGL.hpp"
-#include "ThreadSignal.h"
+#include "ThreadSignal.hpp"
#include "GraphicsAccessories.hpp"
-#include "Align.h"
+#include "Align.hpp"
namespace Diligent
{