DiligentGraphics / DiligentSamples

Sample projects demonstrating the usage of Diligent Engine
http://diligentgraphics.com/diligent-engine/samples/
Apache License 2.0
320 stars 80 forks source link

All samples and tutorials can't run (crash) under macOS with Molten Vulkan #139

Open hyv1001 opened 4 months ago

hyv1001 commented 4 months ago

image

Only the Vulkan backend has issues, the OpenGL backend works fine.

If ignore this check, the App will still crash:

image

TheMostDiligent commented 4 months ago

Did you follow these steps: https://github.com/DiligentGraphics/DiligentEngine?tab=readme-ov-file#configuring-vulkan-build-environment

hyv1001 commented 4 months ago

Did you follow these steps: https://github.com/DiligentGraphics/DiligentEngine?tab=readme-ov-file#configuring-vulkan-build-environment

Yes

These samples could work in version 1.3.250.1 of Vulkan SDK, but not in the latest version (1.3.275.0)

TheMostDiligent commented 4 months ago

OK, we will take a look. This is not the first time when new version of MoltenVK is not backwards-compatible.

TheMostDiligent commented 1 month ago

https://github.com/KhronosGroup/MoltenVK/issues/2226