From 67c9dc344148c49ca6eeba380520e89b81d8dd05 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 25 Mar 2018 17:23:55 -0700 Subject: Updated include test to reference all headers relative to the Engine root --- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp | 2 +- .../src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'Tests/IncludeTest/src/GraphicsEngineD3D12') diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp index 3db8cdc..0fca3db 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp index 0086aa7..674284e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp index 0086aa7..674284e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp index bdcef33..b82e29c 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp index 936145d..ccfef4a 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp index 0595fea..d0c0559 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp index 3169a9a..a7cf1c4 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/RenderDeviceFactoryD3D12H_test.cpp @@ -30,4 +30,4 @@ # define ENGINE_DLL 1 #endif -#include "Graphics/GraphicsEngineD3D12/interface/RenderDeviceFactoryD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/RenderDeviceFactoryD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp index 404f38a..76eb398 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SamplerD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp index 21d706d..3bcacdf 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp index 95efd7f..8ffdd2e 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp index 70908be..7819ce4 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h" \ No newline at end of file +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h" \ No newline at end of file diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp index 125097e..8d0f5eb 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureD3D12H_test.cpp @@ -21,4 +21,4 @@ * of the possibility of such damages. */ #include -#include "Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h" diff --git a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp index f5f3a43..f124c62 100644 --- a/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp @@ -22,4 +22,4 @@ */ #include -#include "Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h" +#include "DiligentCore/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h" -- cgit v1.2.3