KhronosGroup / Vulkan-Headers

Vulkan header files and API registry
https://www.vulkan.org/
Other
841 stars 218 forks source link

Missing new hpp file vulkan_hpp_macros.hpp #437

Closed mikes-lunarg closed 1 year ago

mikes-lunarg commented 1 year ago

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>

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.
oddhack commented 1 year ago

Should be fixed now. I updated the v1.3.264 tag to point to new HEAD after the file was added.