yuphin / Lumen

A Vulkan Raytracing framework for various bidirectional path tracing techniques
MIT License
468 stars 29 forks source link

D:\Git\Lumen\out\build\x64-Debug\LINK : fatal error LNK1104: 无法打开文件“spirv-cross-cored.lib” #35

Open kyriewxcode opened 9 months ago

yuphin commented 9 months ago

I believe you need the debug symbols for spirv-cross (There is a checkbox for that while installing Vulkan SDK) for the build to work in Debug mode.