diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:31:02 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:31:02 +0000 |
| commit | f034d195e9c0e9ccbb2033bef26d16b0435f37c0 (patch) | |
| tree | d52c72ec131c14c3d2cad076f68bcc24ab7aca5d /Components/src/ShadowMapManager.cpp | |
| parent | Updated install paths to use standard cmake variables (diff) | |
| download | DiligentFX-f034d195e9c0e9ccbb2033bef26d16b0435f37c0.tar.gz DiligentFX-f034d195e9c0e9ccbb2033bef26d16b0435f37c0.zip | |
Updates to comply with the new API
Diffstat (limited to 'Components/src/ShadowMapManager.cpp')
| -rw-r--r-- | Components/src/ShadowMapManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Components/src/ShadowMapManager.cpp b/Components/src/ShadowMapManager.cpp index 9b63c67..2bcb873 100644 --- a/Components/src/ShadowMapManager.cpp +++ b/Components/src/ShadowMapManager.cpp @@ -26,10 +26,10 @@ */ #include "ShadowMapManager.h" -#include "AdvancedMath.h" +#include "AdvancedMath.hpp" #include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.h" #include "GraphicsUtilities.h" -#include "MapHelper.h" +#include "MapHelper.hpp" #include "CommonlyUsedStates.h" namespace Diligent |
