summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/include
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/TestApp/include')
-rw-r--r--Tests/TestApp/include/AllocatorTest.h2
-rw-r--r--Tests/TestApp/include/MTResourceCreationTest.h2
-rw-r--r--Tests/TestApp/include/RenderScriptTest.h2
-rw-r--r--Tests/TestApp/include/ShaderConverterTest.h2
-rw-r--r--Tests/TestApp/include/SmartPointerTest.h2
-rw-r--r--Tests/TestApp/include/TestBlendState.h2
-rw-r--r--Tests/TestApp/include/TestBrokenShader.h33
-rw-r--r--Tests/TestApp/include/TestBufferAccess.h2
-rw-r--r--Tests/TestApp/include/TestBufferCreation.h2
-rw-r--r--Tests/TestApp/include/TestComputeShaders.h2
-rw-r--r--Tests/TestApp/include/TestCopyTexData.h2
-rw-r--r--Tests/TestApp/include/TestCreateObjFromNativeRes.h2
-rw-r--r--Tests/TestApp/include/TestCreateObjFromNativeResD3D11.h2
-rw-r--r--Tests/TestApp/include/TestCreateObjFromNativeResD3D12.h2
-rw-r--r--Tests/TestApp/include/TestCreateObjFromNativeResGL.h2
-rw-r--r--Tests/TestApp/include/TestDepthStencilState.h2
-rw-r--r--Tests/TestApp/include/TestDrawCommands.h2
-rw-r--r--Tests/TestApp/include/TestGeometryShader.h2
-rw-r--r--Tests/TestApp/include/TestPSOCompatibility.h2
-rw-r--r--Tests/TestApp/include/TestPipelineStateBase.h2
-rw-r--r--Tests/TestApp/include/TestRasterizerState.h2
-rw-r--r--Tests/TestApp/include/TestRenderTarget.h2
-rw-r--r--Tests/TestApp/include/TestSamplerCreation.h2
-rw-r--r--Tests/TestApp/include/TestShaderResArrays.h2
-rw-r--r--Tests/TestApp/include/TestTessellation.h2
-rw-r--r--Tests/TestApp/include/TestTextureCreation.h2
-rw-r--r--Tests/TestApp/include/TestTexturing.h2
-rw-r--r--Tests/TestApp/include/TestVPAndSR.h2
-rw-r--r--Tests/TestApp/include/UnitTestBase.h2
-rw-r--r--Tests/TestApp/include/pch.h2
30 files changed, 62 insertions, 29 deletions
diff --git a/Tests/TestApp/include/AllocatorTest.h b/Tests/TestApp/include/AllocatorTest.h
index f24a97c..dfa6eb1 100644
--- a/Tests/TestApp/include/AllocatorTest.h
+++ b/Tests/TestApp/include/AllocatorTest.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/MTResourceCreationTest.h b/Tests/TestApp/include/MTResourceCreationTest.h
index 6073c65..2376e21 100644
--- a/Tests/TestApp/include/MTResourceCreationTest.h
+++ b/Tests/TestApp/include/MTResourceCreationTest.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/RenderScriptTest.h b/Tests/TestApp/include/RenderScriptTest.h
index 8675c0d..1d8ff53 100644
--- a/Tests/TestApp/include/RenderScriptTest.h
+++ b/Tests/TestApp/include/RenderScriptTest.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/ShaderConverterTest.h b/Tests/TestApp/include/ShaderConverterTest.h
index 4b90a26..fdcdb0e 100644
--- a/Tests/TestApp/include/ShaderConverterTest.h
+++ b/Tests/TestApp/include/ShaderConverterTest.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/SmartPointerTest.h b/Tests/TestApp/include/SmartPointerTest.h
index 5d7407a..f205246 100644
--- a/Tests/TestApp/include/SmartPointerTest.h
+++ b/Tests/TestApp/include/SmartPointerTest.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestBlendState.h b/Tests/TestApp/include/TestBlendState.h
index a7fd655..fd47a92 100644
--- a/Tests/TestApp/include/TestBlendState.h
+++ b/Tests/TestApp/include/TestBlendState.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestBrokenShader.h b/Tests/TestApp/include/TestBrokenShader.h
new file mode 100644
index 0000000..ad53fca
--- /dev/null
+++ b/Tests/TestApp/include/TestBrokenShader.h
@@ -0,0 +1,33 @@
+/* Copyright 2015-2018 Egor Yusov
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF ANY PROPRIETARY RIGHTS.
+ *
+ * In no event and under no legal theory, whether in tort (including negligence),
+ * contract, or otherwise, unless required by applicable law (such as deliberate
+ * and grossly negligent acts) or agreed to in writing, shall any Contributor be
+ * liable for any damages, including any direct, indirect, special, incidental,
+ * or consequential damages of any character arising as a result of this License or
+ * out of the use or inability to use the software (including but not limited to damages
+ * for loss of goodwill, work stoppage, computer failure or malfunction, or any and
+ * all other commercial damages or losses), even if such Contributor has been advised
+ * of the possibility of such damages.
+ */
+
+#pragma once
+
+#include "UnitTestBase.h"
+
+class TestBrokenShader : public UnitTestBase
+{
+public:
+ TestBrokenShader(Diligent::IRenderDevice *pDevice);
+
+};
diff --git a/Tests/TestApp/include/TestBufferAccess.h b/Tests/TestApp/include/TestBufferAccess.h
index b864960..76d18f7 100644
--- a/Tests/TestApp/include/TestBufferAccess.h
+++ b/Tests/TestApp/include/TestBufferAccess.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestBufferCreation.h b/Tests/TestApp/include/TestBufferCreation.h
index 644606b..114ed61 100644
--- a/Tests/TestApp/include/TestBufferCreation.h
+++ b/Tests/TestApp/include/TestBufferCreation.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestComputeShaders.h b/Tests/TestApp/include/TestComputeShaders.h
index 797b39d..38bf64e 100644
--- a/Tests/TestApp/include/TestComputeShaders.h
+++ b/Tests/TestApp/include/TestComputeShaders.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestCopyTexData.h b/Tests/TestApp/include/TestCopyTexData.h
index 913ea35..46715ab 100644
--- a/Tests/TestApp/include/TestCopyTexData.h
+++ b/Tests/TestApp/include/TestCopyTexData.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestCreateObjFromNativeRes.h b/Tests/TestApp/include/TestCreateObjFromNativeRes.h
index 1e9b335..b12a81e 100644
--- a/Tests/TestApp/include/TestCreateObjFromNativeRes.h
+++ b/Tests/TestApp/include/TestCreateObjFromNativeRes.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestCreateObjFromNativeResD3D11.h b/Tests/TestApp/include/TestCreateObjFromNativeResD3D11.h
index 925cf5c..cbdef45 100644
--- a/Tests/TestApp/include/TestCreateObjFromNativeResD3D11.h
+++ b/Tests/TestApp/include/TestCreateObjFromNativeResD3D11.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestCreateObjFromNativeResD3D12.h b/Tests/TestApp/include/TestCreateObjFromNativeResD3D12.h
index 4999656..608972d 100644
--- a/Tests/TestApp/include/TestCreateObjFromNativeResD3D12.h
+++ b/Tests/TestApp/include/TestCreateObjFromNativeResD3D12.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestCreateObjFromNativeResGL.h b/Tests/TestApp/include/TestCreateObjFromNativeResGL.h
index 3d1a0cd..ac18cd6 100644
--- a/Tests/TestApp/include/TestCreateObjFromNativeResGL.h
+++ b/Tests/TestApp/include/TestCreateObjFromNativeResGL.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestDepthStencilState.h b/Tests/TestApp/include/TestDepthStencilState.h
index ca28685..b0f7de3 100644
--- a/Tests/TestApp/include/TestDepthStencilState.h
+++ b/Tests/TestApp/include/TestDepthStencilState.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestDrawCommands.h b/Tests/TestApp/include/TestDrawCommands.h
index 00dce01..9507716 100644
--- a/Tests/TestApp/include/TestDrawCommands.h
+++ b/Tests/TestApp/include/TestDrawCommands.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestGeometryShader.h b/Tests/TestApp/include/TestGeometryShader.h
index 7f9577b..965c2db 100644
--- a/Tests/TestApp/include/TestGeometryShader.h
+++ b/Tests/TestApp/include/TestGeometryShader.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestPSOCompatibility.h b/Tests/TestApp/include/TestPSOCompatibility.h
index 89f3485..0c18cb1 100644
--- a/Tests/TestApp/include/TestPSOCompatibility.h
+++ b/Tests/TestApp/include/TestPSOCompatibility.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestPipelineStateBase.h b/Tests/TestApp/include/TestPipelineStateBase.h
index c66166f..e953b0b 100644
--- a/Tests/TestApp/include/TestPipelineStateBase.h
+++ b/Tests/TestApp/include/TestPipelineStateBase.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestRasterizerState.h b/Tests/TestApp/include/TestRasterizerState.h
index ad08a75..26e3e9d 100644
--- a/Tests/TestApp/include/TestRasterizerState.h
+++ b/Tests/TestApp/include/TestRasterizerState.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestRenderTarget.h b/Tests/TestApp/include/TestRenderTarget.h
index 0277c93..917183b 100644
--- a/Tests/TestApp/include/TestRenderTarget.h
+++ b/Tests/TestApp/include/TestRenderTarget.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestSamplerCreation.h b/Tests/TestApp/include/TestSamplerCreation.h
index e6b67b2..6ffe57d 100644
--- a/Tests/TestApp/include/TestSamplerCreation.h
+++ b/Tests/TestApp/include/TestSamplerCreation.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestShaderResArrays.h b/Tests/TestApp/include/TestShaderResArrays.h
index ae5a417..24bd818 100644
--- a/Tests/TestApp/include/TestShaderResArrays.h
+++ b/Tests/TestApp/include/TestShaderResArrays.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestTessellation.h b/Tests/TestApp/include/TestTessellation.h
index 48c1150..c3257ac 100644
--- a/Tests/TestApp/include/TestTessellation.h
+++ b/Tests/TestApp/include/TestTessellation.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestTextureCreation.h b/Tests/TestApp/include/TestTextureCreation.h
index a3b2907..2508b38 100644
--- a/Tests/TestApp/include/TestTextureCreation.h
+++ b/Tests/TestApp/include/TestTextureCreation.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestTexturing.h b/Tests/TestApp/include/TestTexturing.h
index ed55bac..6953c74 100644
--- a/Tests/TestApp/include/TestTexturing.h
+++ b/Tests/TestApp/include/TestTexturing.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/TestVPAndSR.h b/Tests/TestApp/include/TestVPAndSR.h
index 07893d5..79b10c8 100644
--- a/Tests/TestApp/include/TestVPAndSR.h
+++ b/Tests/TestApp/include/TestVPAndSR.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/UnitTestBase.h b/Tests/TestApp/include/UnitTestBase.h
index 38b3fd0..2d12362 100644
--- a/Tests/TestApp/include/UnitTestBase.h
+++ b/Tests/TestApp/include/UnitTestBase.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/include/pch.h b/Tests/TestApp/include/pch.h
index f10e317..6f4aff4 100644
--- a/Tests/TestApp/include/pch.h
+++ b/Tests/TestApp/include/pch.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.