Skip to content

Commit

Permalink
Moved DiligentFXShaderSourceStreamFactory.hpp to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 19, 2024
1 parent 13f8321 commit 56dc3ca
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Components/src/EnvMapRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 Diligent Graphics LLC
* Copyright 2023-2024 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@

#include "EnvMapRenderer.hpp"

#include "../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderMacroHelper.hpp"
#include "RenderStateCache.hpp"
#include "CommonlyUsedStates.h"
Expand Down
4 changes: 2 additions & 2 deletions Components/src/ShadowMapManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2023 Diligent Graphics LLC
* Copyright 2019-2024 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -29,7 +29,7 @@

#include "ShadowMapManager.hpp"
#include "AdvancedMath.hpp"
#include "../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "GraphicsUtilities.h"
#include "MapHelper.hpp"
#include "CommonlyUsedStates.h"
Expand Down
4 changes: 2 additions & 2 deletions Components/src/VectorFieldRenderer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 Diligent Graphics LLC
* Copyright 2023-2024 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,7 +26,7 @@

#include "VectorFieldRenderer.hpp"

#include "../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderMacroHelper.hpp"
#include "RenderStateCache.hpp"
#include "CommonlyUsedStates.h"
Expand Down
4 changes: 2 additions & 2 deletions Hydrogent/src/HnShaderSourceFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 Diligent Graphics LLC
* Copyright 2023-2024 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -27,7 +27,7 @@
#include "HnShaderSourceFactory.hpp"
#include "ShaderSourceFactoryUtils.h"

#include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderSourceFactoryUtils.h"

namespace Diligent
Expand Down
2 changes: 1 addition & 1 deletion PBR/src/PBR_Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "GraphicsAccessories.hpp"
#include "PlatformMisc.hpp"
#include "TextureUtilities.h"
#include "../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderSourceFactoryUtils.h"

namespace Diligent
Expand Down
2 changes: 1 addition & 1 deletion PBR/src/USD_Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <unordered_set>

#include "RenderStateCache.hpp"
#include "../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderSourceFactoryUtils.h"

namespace Diligent
Expand Down
2 changes: 1 addition & 1 deletion PostProcess/Common/src/PostFXRenderTechnique.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "PostFXRenderTechnique.hpp"
#include "RenderStateCache.hpp"
#include "Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"

namespace Diligent
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Diligent Graphics LLC
* Copyright 2019-2024 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -34,7 +34,7 @@
#include "ShaderMacroHelper.hpp"
#include "GraphicsUtilities.h"
#include "GraphicsAccessories.hpp"
#include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.hpp"
#include "Utilities/interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "MapHelper.hpp"
#include "CommonlyUsedStates.h"
#include "Align.hpp"
Expand Down
2 changes: 1 addition & 1 deletion Utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)

target_sources(DiligentFX PRIVATE
"${CMAKE_CURRENT_SOURCE_DIR}/include/DiligentFXShaderSourceStreamFactory.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/interface/DiligentFXShaderSourceStreamFactory.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/src/DiligentFXShaderSourceStreamFactory.cpp"
)
4 changes: 2 additions & 2 deletions Utilities/src/DiligentFXShaderSourceStreamFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2023 Diligent Graphics LLC
* Copyright 2019-2024 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,7 +25,7 @@
* of the possibility of such damages.
*/

#include "../include/DiligentFXShaderSourceStreamFactory.hpp"
#include "../interface/DiligentFXShaderSourceStreamFactory.hpp"
#include "ShaderSourceFactoryUtils.h"

namespace Diligent
Expand Down

0 comments on commit 56dc3ca

Please sign in to comment.