diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-26 05:42:30 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-26 05:42:30 +0000 |
| commit | 4dbb1c8679d6b6dd7bfbd2a2c0cd60194911f0e7 (patch) | |
| tree | 61d7aee466341705d3aef3c3483b047bb7a43d7d /Graphics/GraphicsEngineVulkan | |
| parent | Added ScreenCapture::HasCapture method (diff) | |
| download | DiligentCore-4dbb1c8679d6b6dd7bfbd2a2c0cd60194911f0e7.tar.gz DiligentCore-4dbb1c8679d6b6dd7bfbd2a2c0cd60194911f0e7.zip | |
moved public public headers of GraphicsTools project to interface folder to make them available in installation
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp b/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp index cfa8ff75..5e4fa334 100644 --- a/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp +++ b/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp @@ -31,8 +31,8 @@ #include "MapHelper.h" #include "PlatformMisc.h" #include "VulkanTypeConversions.h" -#include "../../GraphicsTools/include/ShaderMacroHelper.h" -#include "../../GraphicsTools/include/CommonlyUsedStates.h" +#include "../../GraphicsTools/interface/ShaderMacroHelper.h" +#include "../../GraphicsTools/interface/CommonlyUsedStates.h" // clang-format off |
