diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-04-01 20:01:33 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-04-01 20:01:33 +0000 |
| commit | 8b2d97d7410fe40576ac5847e62038cff005c37a (patch) | |
| tree | 8625ecf051aec744390c367bc88b98077f5d2583 | |
| parent | Updated API to version 240056 (diff) | |
| download | DiligentEngine-8b2d97d7410fe40576ac5847e62038cff005c37a.tar.gz DiligentEngine-8b2d97d7410fe40576ac5847e62038cff005c37a.zip | |
Updated Core and readme
| m--------- | DiligentCore | 0 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore -Subproject cf12976096e7c1cc36827db3c92ac460ce8e8c6 +Subproject 72eef53a0d290568b61dee06d4739b58325f3b7 @@ -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 |
