summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-26 21:44:37 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-26 21:44:37 +0000
commit38ad2d5cb659074ad9b4bde16bcbf71481719b94 (patch)
tree519ded6e25d22d63f7be706c3d71aaf7dd2a6279 /Graphics/GraphicsEngineNextGenBase
parentRenamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools... (diff)
downloadDiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.tar.gz
DiligentCore-38ad2d5cb659074ad9b4bde16bcbf71481719b94.zip
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3D11, and GraphicsEningeD3D12 projects
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h
index f5b04389..8954e3d4 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h
@@ -31,7 +31,7 @@
#include "BasicTypes.h"
#include "ReferenceCounters.h"
#include "RefCntAutoPtr.h"
-#include "DeviceContextBase.h"
+#include "DeviceContextBase.hpp"
#include "RefCntAutoPtr.h"
namespace Diligent