summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-01-04 06:09:40 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-01-04 06:09:40 +0000
commit18a782c2bfa527c878ebd72696b2de0844b2d6c5 (patch)
treeedd6548419cd3753bfc4786ab74e31c9076686d6
parentUpdated samples submodule (fixed UWP issues with Tutorials) (diff)
downloadDiligentEngine-18a782c2bfa527c878ebd72696b2de0844b2d6c5.tar.gz
DiligentEngine-18a782c2bfa527c878ebd72696b2de0844b2d6c5.zip
Updated copyright notice
m---------DiligentCore0
m---------DiligentSamples0
m---------DiligentTools0
-rw-r--r--README.md16
-rw-r--r--unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp2
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeScene.cpp2
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeScene.h2
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp2
-rw-r--r--unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h2
-rw-r--r--unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp2
-rw-r--r--unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h2
-rw-r--r--unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h2
-rw-r--r--unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h2
-rw-r--r--unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h2
-rw-r--r--unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h2
-rw-r--r--unityplugin/UnityEmulator/include/UnitySceneBase.h2
-rw-r--r--unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp2
-rw-r--r--unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp2
-rw-r--r--unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h2
-rw-r--r--unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp2
-rw-r--r--unityplugin/UnityEmulator/src/Windows/WinMain.cpp2
21 files changed, 31 insertions, 19 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject 29a89d423d194b95100373d368f41df733b1bbd
+Subproject 58901506e28d9192ea5359bc45f2dbb795d3505
diff --git a/DiligentSamples b/DiligentSamples
-Subproject 351b81b39a024044fd40e9b10ed349ba0971a1d
+Subproject 321a9e3a85e49ebaf1d35fa47d9fa2c1f8b55f1
diff --git a/DiligentTools b/DiligentTools
-Subproject a21d32c785a9574c6360e9f8f322210c851b119
+Subproject 32f030fd56ae11c8882a336d3eaea1c051e1654
diff --git a/README.md b/README.md
index 92a8578..ddaa766 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,16 @@ and adds implementation using Diligent Engine API to allow comparing performance
![](unityplugin/GhostCubePlugin/Screenshot.png)
+# References
+
+[Diligent Engine on the Web](http://diligentgraphics.com)
+
+[Diligent Engine on Twitter](https://twitter.com/diligentengine)
+
+[Diligent Engine on Facebook](https://www.facebook.com/DiligentGraphics/)
+
+[API Reference][1]
+
# Version History
@@ -243,6 +253,8 @@ Initial release
Licensed under the [Apache License, Version 2.0](License.txt)
-**Copyright 2015-2017 Egor Yusov**
+**Copyright 2015-2018 Egor Yusov**
+
+[diligentgraphics.com](http://diligentgraphics.com)
-[Diligent Graphics](http://diligentgraphics.com)
+[1]: https://cdn.rawgit.com/DiligentGraphics/DiligentCore/4949ec8a/doc/html/index.html \ No newline at end of file
diff --git a/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp b/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp
index 74cc10c..c1cd6e5 100644
--- a/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp
+++ b/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp
@@ -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/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp
index 5d56393..efd457b 100644
--- a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp
+++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp
@@ -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/unityplugin/GhostCubeScene/src/GhostCubeScene.h b/unityplugin/GhostCubeScene/src/GhostCubeScene.h
index 546acaf..63f440d 100644
--- a/unityplugin/GhostCubeScene/src/GhostCubeScene.h
+++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.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/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp
index 0749f72..71eccb0 100644
--- a/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp
+++ b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp
@@ -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/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h
index 794c2de..2cc07c5 100644
--- a/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h
+++ b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.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/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
index 9e0aa66..10ef1a7 100644
--- a/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
+++ b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
@@ -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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h
index 5af252c..c268b3c 100644
--- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h
+++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h
index 3e5d64f..589c85b 100644
--- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h
+++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h
index a9f3cd7..9245de7 100644
--- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h
+++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h
index 28770cb..835015d 100644
--- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h
+++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.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/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h b/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h
index ba1feea..6563745 100644
--- a/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h
+++ b/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.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/unityplugin/UnityEmulator/include/UnitySceneBase.h b/unityplugin/UnityEmulator/include/UnitySceneBase.h
index 81ff6c1..f70b502 100644
--- a/unityplugin/UnityEmulator/include/UnitySceneBase.h
+++ b/unityplugin/UnityEmulator/include/UnitySceneBase.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/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp b/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp
index 6943301..d945aa0 100644
--- a/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp
+++ b/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp
@@ -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/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp
index 176d501..b1a30c4 100644
--- a/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp
+++ b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp
@@ -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/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h
index 5f949b0..9a8251f 100644
--- a/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h
+++ b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.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/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp b/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp
index 823d207..7ba760f 100644
--- a/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp
+++ b/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp
@@ -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/unityplugin/UnityEmulator/src/Windows/WinMain.cpp b/unityplugin/UnityEmulator/src/Windows/WinMain.cpp
index dad27c4..2a202e0 100644
--- a/unityplugin/UnityEmulator/src/Windows/WinMain.cpp
+++ b/unityplugin/UnityEmulator/src/Windows/WinMain.cpp
@@ -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.