Currently causing build failures at #include <vulkan/vulkan.hpp>
In file included from cube/cube.cpp:43:
Vulkan-Headers/build/install/include/vulkan/vulkan.hpp:15:10: fatal error: vulkan/vulkan_hpp_macros.hpp: No such file or directory
15 | #include <vulkan/vulkan_hpp_macros.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
There is a new Vulkan-Hpp file added in https://github.com/KhronosGroup/Vulkan-Hpp/commit/d4704cce01ba5e27caa25ddd37e8fbb251d30032 that needs to be published here, vulkan_hpp_macros.hpp.
Currently causing build failures at
#include <vulkan/vulkan.hpp>