summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-04-01 20:01:33 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-04-01 20:01:33 +0000
commit8b2d97d7410fe40576ac5847e62038cff005c37a (patch)
tree8625ecf051aec744390c367bc88b98077f5d2583
parentUpdated API to version 240056 (diff)
downloadDiligentEngine-8b2d97d7410fe40576ac5847e62038cff005c37a.tar.gz
DiligentEngine-8b2d97d7410fe40576ac5847e62038cff005c37a.zip
Updated Core and readme
m---------DiligentCore0
-rw-r--r--README.md5
2 files changed, 5 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject cf12976096e7c1cc36827db3c92ac460ce8e8c6
+Subproject 72eef53a0d290568b61dee06d4739b58325f3b7
diff --git a/README.md b/README.md
index a48df02..930ebb6 100644
--- a/README.md
+++ b/README.md
@@ -352,6 +352,11 @@ For every executable target, the following manual steps have to be performed:
Please refer to [MoltenVK user guide](https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/MoltenVK_Runtime_UserGuide.md#install)
for more details.
+By default, the engine will link with dynamic version of MoltenVK library located in LunarG SDK. If this is not desired or an application wants
+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.
+
+
<a name="build_and_run_integration"></a>
## Integrating Diligent Engine with Existing Build System