Vulkan SDK Demos not runnable
When running the Vulkan SDK demos (e.g.: vkcubecpp) (by opening DEMOS.sln) it gives me this error: cannot open source file volk.h
. I noticed this and checked the Inlude
folder in the VulkanSDK to see if Volk was installed, and in fact, it wasn’t. It is an optional component. So, to run the demos, this optional component needs to be included. I did that, but I had to change the include line to #include "Volk/volk.h"
. (Even though, in the Visual Studio Project, the whole Include folder is being listed in the “Additional Include Libraries”, it doesn’t seem to find the files) After doing so, when building cube.cpp with the local Windows Debugger in Visual Studio 2022, I receive a vast amount of errors. (see lines below)