summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-06 16:29:50 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-06 16:29:50 +0000
commitea0c5eacdd91a1c17502eb2ba36093ac054572ce (patch)
tree827f3dc2613ecd5138126fd7cd22d850c42c7c9d /Tests/IncludeTest/src
parentRefactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso... (diff)
downloadDiligentEngine-ea0c5eacdd91a1c17502eb2ba36093ac054572ce.tar.gz
DiligentEngine-ea0c5eacdd91a1c17502eb2ba36093ac054572ce.zip
Updated API version to 240021
Diffstat (limited to 'Tests/IncludeTest/src')
-rw-r--r--Tests/IncludeTest/src/DiligentCore/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp24
-rw-r--r--Tests/IncludeTest/src/DiligentCore/GraphicsEngine/EngineFactoryH_test.cpp (renamed from Tests/IncludeTest/src/DiligentCore/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp)2
2 files changed, 25 insertions, 1 deletions
diff --git a/Tests/IncludeTest/src/DiligentCore/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/DiligentCore/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp
new file mode 100644
index 0000000..daef0d9
--- /dev/null
+++ b/Tests/IncludeTest/src/DiligentCore/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp
@@ -0,0 +1,24 @@
+/* Copyright 2015-2019 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.
+ */
+
+#include "DiligentCore/Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h"
diff --git a/Tests/IncludeTest/src/DiligentCore/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/DiligentCore/GraphicsEngine/EngineFactoryH_test.cpp
index ae5e90d..ded37bb 100644
--- a/Tests/IncludeTest/src/DiligentCore/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp
+++ b/Tests/IncludeTest/src/DiligentCore/GraphicsEngine/EngineFactoryH_test.cpp
@@ -21,4 +21,4 @@
* of the possibility of such damages.
*/
-#include "DiligentCore/Graphics/GraphicsTools/include/BasicShaderSourceStreamFactory.h"
+#include "DiligentCore/Graphics/GraphicsEngine/interface/EngineFactory.h" \ No newline at end of file