From 0370646d3ffe9fc2dc88cc47ea31176b3e56bc90 Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 14 Dec 2020 22:36:30 -0800 Subject: Updated submodules (improvements to GLTF loader and renderer) --- DiligentCore | 2 +- DiligentFX | 2 +- DiligentSamples | 2 +- DiligentTools | 2 +- README.md | 5 +++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/DiligentCore b/DiligentCore index 36f11d6..fa14d39 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 36f11d692acd2272c4b15b34a3753f565310a074 +Subproject commit fa14d39cb458b0c8f955e0c5eb0713112b9bba18 diff --git a/DiligentFX b/DiligentFX index 802539c..722df5c 160000 --- a/DiligentFX +++ b/DiligentFX @@ -1 +1 @@ -Subproject commit 802539cf5e08996cea4360701903e87b5e153f32 +Subproject commit 722df5cb689f303b3e5e4625099b5a72e218d302 diff --git a/DiligentSamples b/DiligentSamples index 7330fa6..6c0b014 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 7330fa61b8e9c7efbd7bc0cf864d01a3119e3183 +Subproject commit 6c0b014c99954d5a33ac3f87136654b8579aff58 diff --git a/DiligentTools b/DiligentTools index 3fe7b0b..967f2dc 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit 3fe7b0b29c64a2d0342e2fd26a57d45d357fdedc +Subproject commit 967f2dc21a045de770cb0e7898ed5fab6a3265fa diff --git a/README.md b/README.md index fa12aea..e105d96 100644 --- a/README.md +++ b/README.md @@ -160,13 +160,14 @@ You can generate Win32 solution that targets Win8.1 SDK using the following comm cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 16 2019" -A x64 ``` -If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/ocornut/imgui/issues/3183)): +If you use MinGW, you can generate the make files using the command below (note however that the functionalty +will be limited and that MinGW is not a recommended way to build the engine): ``` cmake -S . -B ./build/MinGW -D CMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ``` -**WARNING!** In current implementation, full path to cmake build folder **must not contain white spaces**. +:warning: In current implementation, full path to cmake build folder **must not contain white spaces**. To enable Vulkan validation layers, you will need to download [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) and add environemt variable `VK_LAYER_PATH` that contains path to the *Bin* directory in VulkanSDK installation folder. -- cgit v1.2.3