My system: Windows 11
Git commit: 3a2cafe 2026-01-03 17:49:20 Sascha Willems (HEAD -> main, origin/main, origin/HEAD) Reword uniform buffers to shader data buffers Fixes #5
Repro steps:
- Open Developer Command Prompt for VS 18
git clone https://github.com/SaschaWillems/HowToVulkan.git
cd HowToVulkan\source
cmake -Bbuild -S.
devenv build\HowToVulkan.slnx
- Hit F5
Expected result:
Actual result:
7>D:\HowToVulkan\source\main.cpp(8,10): error C1083: Cannot open include file: 'volk/volk.h': No such file or directory
My system: Windows 11
Git commit:
3a2cafe 2026-01-03 17:49:20 Sascha Willems (HEAD -> main, origin/main, origin/HEAD) Reword uniform buffers to shader data buffers Fixes #5Repro steps:
git clone https://github.com/SaschaWillems/HowToVulkan.gitcd HowToVulkan\sourcecmake -Bbuild -S.devenv build\HowToVulkan.slnxExpected result:
Actual result: