Closed grovesNL closed 4 years ago
Cloning master and running examples currently fails with:
master
src/wrapper.cpp(4): fatal error C1083: Cannot open include file: 'vendor/SPIRV-Cross/spirv_cross_util.hpp': No such file or directory
This issue was probably introduced while minimizing the amount vendored files – I will look into it
Actually this works fine – just forgot to include --recursive while cloning to test the example
--recursive
Cloning
master
and running examples currently fails with:This issue was probably introduced while minimizing the amount vendored files – I will look into it