summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-04-28 04:22:24 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-04-28 04:22:24 +0000
commite26142ef361fc81fe3753ebba543932cab7205f2 (patch)
treeeb26090af40ce332ad3d930d077ef967af807f84
parentUpdated submodules (few Android improvements) (diff)
downloadDiligentEngine-e26142ef361fc81fe3753ebba543932cab7205f2.tar.gz
DiligentEngine-e26142ef361fc81fe3753ebba543932cab7205f2.zip
Updated submodules and readme
m---------DiligentCore0
m---------DiligentSamples0
m---------DiligentTools0
-rw-r--r--README.md2
4 files changed, 2 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject 19a03ad88b5b8ea072d62ace99cecc77956c814
+Subproject f53ac2636334a954670bec0ce2402245a728dbf
diff --git a/DiligentSamples b/DiligentSamples
-Subproject 7dc518667c20e8850010930cd7eb012605a403f
+Subproject f79d62a0abe3261baecda54442e9b33c5bf7c91
diff --git a/DiligentTools b/DiligentTools
-Subproject 4a2a45dde3659418be419ee5773ec8ac7f6b08b
+Subproject 0aea746b8fc6ed720e5a08a23ba8a1ef6b10373
diff --git a/README.md b/README.md
index 25c662f..96c7532 100644
--- a/README.md
+++ b/README.md
@@ -325,6 +325,7 @@ defaults write com.apple.dt.Xcode UseSanitizedBuildSystemEnvironment -bool NO
Please refer to [this page](https://vulkan.lunarg.com/doc/sdk/latest/mac/getting_started.html) for more details.
+Last tested LunarG SDK version: 1.2.135.0.
<a name="build_and_run_ios"></a>
## iOS
@@ -366,6 +367,7 @@ By default, the engine will link with dynamic version of MoltenVK library locate
to use a library from a specific location, it can provide the full path to the library via `MoltenVK_LIBRARY` CMake variable. When
`MoltenVK_LIBRARY` is defined, `VULKAN_SDK` is ignored.
+Last tested LunarG SDK version: 1.2.135.0.
<a name="build_and_run_integration"></a>
## Integrating Diligent Engine with Existing Build System