KhronosGroup / Vulkan-Headers

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

Disable VulkanHppModule support in clang-cl #492

Closed charles-lunarg closed 2 months ago

charles-lunarg commented 2 months ago

The current released versions of clang-cl does not work with CMakes module implementation. Rather than break downstream users, just disable the module support for the time being.

mikes-lunarg commented 2 months ago

FYI: This issue affects ALL users of clang-cl, whether or not they intend to use C++ modules. Since the 290 header will see wider distribution as an SDK release, @charles-lunarg and I decided to move the v1.3.290 tag to include this fix and avoid more downstream breakage.