Skip to content

Releases: MethanePowered/VulkanHeaders

sdk-1.3.290.0

28 Sep 18:56
Compare
Choose a tag to compare
cmake: Disable modules if clang-scan-deps is missing

clang ships the clang-scan-deps tool separately from the compiler, making it possible
that the clang compiler supports modules but cannot be used by CMake for VulkanHppModule.

The straightforward solution is to, when using clang, check that the scan deps tools was
located. This prevents people who are using clang but not the modules from being unable
to use Vulkan-Headers when the clang-scan-deps tools is missing.

sdk-1.3.250.1

06 Aug 08:17
Compare
Choose a tag to compare

Vulkan SDK archives