diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:12:51 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 21:12:51 +0000 |
| commit | 66a258c60dd46d3693f467a2394bafb04a804006 (patch) | |
| tree | 81b76874756eee7ddd7b286261a623b83d270e6a /Graphics/GraphicsEngineD3D11 | |
| parent | Moved MapHelper to GraphicsTools (diff) | |
| download | DiligentCore-66a258c60dd46d3693f467a2394bafb04a804006.tar.gz DiligentCore-66a258c60dd46d3693f467a2394bafb04a804006.zip | |
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools projects
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.h | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.h b/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.h index bbd9bc44..0a2c9805 100644 --- a/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.h +++ b/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.h @@ -34,7 +34,7 @@ #include "RenderDeviceD3D11.h" #include "PipelineStateBase.h" #include "ShaderD3D11Impl.h" -#include "SRBMemoryAllocator.h" +#include "SRBMemoryAllocator.hpp" #include "RenderDeviceD3D11Impl.h" namespace Diligent diff --git a/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp index 213dd914..02235237 100644 --- a/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp @@ -33,7 +33,7 @@ #include "DeviceContextD3D11Impl.h" #include "D3D11TypeConversions.h" #include "BufferViewD3D11Impl.h" -#include "GraphicsAccessories.h" +#include "GraphicsAccessories.hpp" #include "EngineMemory.h" namespace Diligent |
