Skip to content

Commit 0370646

Browse files
Updated submodules (improvements to GLTF loader and renderer)
1 parent 8c6cfcf commit 0370646

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

DiligentCore

Submodule DiligentCore updated 51 files

DiligentSamples

Submodule DiligentSamples updated 34 files

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,14 @@ You can generate Win32 solution that targets Win8.1 SDK using the following comm
160160
cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 16 2019" -A x64
161161
```
162162

163-
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)):
163+
If you use MinGW, you can generate the make files using the command below (note however that the functionalty
164+
will be limited and that MinGW is not a recommended way to build the engine):
164165

165166
```
166167
cmake -S . -B ./build/MinGW -D CMAKE_BUILD_TYPE=Release -G "MinGW Makefiles"
167168
```
168169

169-
**WARNING!** In current implementation, full path to cmake build folder **must not contain white spaces**.
170+
:warning: In current implementation, full path to cmake build folder **must not contain white spaces**.
170171

171172
To enable Vulkan validation layers, you will need to download [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/) and add environemt
172173
variable `VK_LAYER_PATH` that contains path to the *Bin* directory in VulkanSDK installation folder.

0 commit comments

Comments
 (0)