summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/IncludeTest/src/GraphicsEngine')
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp2
22 files changed, 22 insertions, 22 deletions
diff --git a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp
index dc57d4c..32f0cec 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/BlendStateH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/BlendState.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/BlendState.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp
index a25a455..fff4653 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/BufferH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/Buffer.h" \ No newline at end of file
+#include "DiligentCore/Graphics/GraphicsEngine/interface/Buffer.h" \ No newline at end of file
diff --git a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp
index a5fa612..3d4dfc9 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/BufferViewH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/BufferView.h" \ No newline at end of file
+#include "DiligentCore/Graphics/GraphicsEngine/interface/BufferView.h" \ No newline at end of file
diff --git a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp
index 0a0d132..33a1366 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/CommandListH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/CommandList.h" \ No newline at end of file
+#include "DiligentCore/Graphics/GraphicsEngine/interface/CommandList.h" \ No newline at end of file
diff --git a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp
index 3cc396d..ea8bdfd 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/ConstantsH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/Constants.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/Constants.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp
index 488ea53..7716c01 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/DepthStencilStateH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/DepthStencilState.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/DepthStencilState.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp
index 07687a9..1153d3b 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceCapsH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/DeviceCaps.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceCaps.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp
index de49ec3..ff2f690 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceContextH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/DeviceContext.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceContext.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp
index bb902e5..602dc0c 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/DeviceObjectH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/DeviceObject.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/DeviceObject.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp
index 6332a34..b978c4c 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/GraphicsTypesH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/GraphicsTypes.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/GraphicsTypes.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp
index d3f2301..d04f074 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/InputLayoutH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/InputLayout.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/InputLayout.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp
index b5e4c17..7e48048 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/MapHelperH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/MapHelper.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/MapHelper.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp
index 54228dd..84190f9 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/PipelineStateH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/PipelineState.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/PipelineState.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp
index 1f8d765..72d141f 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/RasterizerStateH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/RasterizerState.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/RasterizerState.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp
index cd65f5e..ddd4bc6 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/RenderDeviceH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/RenderDevice.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp
index 6f85cbd..f18701b 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/ResourceMappingH_test.cpp
@@ -21,5 +21,5 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/ResourceMapping.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/ResourceMapping.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp
index 8ea0c59..6a0b2f7 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/SamplerH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/Sampler.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/Sampler.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp
index 6a45e50..8449f02 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/Shader.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/Shader.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp
index 4f80d26..63a665b 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/ShaderResourceBindingH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/ShaderResourceBinding.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp
index ffdab80..fda88ea 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/SwapChainH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/SwapChain.h" \ No newline at end of file
+#include "DiligentCore/Graphics/GraphicsEngine/interface/SwapChain.h" \ No newline at end of file
diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp
index 2fdefc3..2e47134 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/TextureH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/Texture.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/Texture.h"
diff --git a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp
index ddc8c40..444d091 100644
--- a/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsEngine/TextureViewH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "Graphics/GraphicsEngine/interface/TextureView.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/TextureView.h"