crud89 / LiteFX

Modern, flexible computer graphics and rendering engine, written in C++23 with support for Vulkan 🌋 and DirectX 12 ❎.
https://litefx.crudolph.io/
MIT License
84 stars 7 forks source link

Fix build with for MSVC 17.10. #130

Closed crud89 closed 4 months ago

crud89 commented 4 months ago

Describe the pull request

MSVC 17.10 broke builds with earlier releases of vcpkg. This PR fixes those issues and thus implicitly raises some dependency versions. Most notably, glm has been pushed to version 1.0, which broke some samples. An appropriate fix is included in the release.

Related issues

As MSVC 17.10 contains a compiler fix required for #120, this PR is a prerequisite to finally merge it. Additionally, the latest version of vcpkg contains a port for DXC, which allows us to not depend on external DXC distributions (most notably we do no longer require future Windows packages to provide DXIL.dll). An additional branch for this change has been created and will be merged in a separate PR. This allows us to then merge #118.