summaryrefslogtreecommitdiff
path: root/Modules/FindVulkan.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-25 14:04:56 -0400
committerBrad King <brad.king@kitware.com>2022-07-25 14:04:56 -0400
commit96573aec1c4c95079d96623b0d6da69221be7703 (patch)
treef56e2cd080b11ccfe0ec6b0474c5e7acec1d892a /Modules/FindVulkan.cmake
parenta0ff592bf4744546159ae585d7c7727d49e2d138 (diff)
parent0b538e400218d9852dbbaf1e2bcec6a3c52b4a4d (diff)
downloadcmake-96573aec1c4c95079d96623b0d6da69221be7703.tar.gz
Merge branch 'backport-3.24-FindVulkan-relnotes'
Diffstat (limited to 'Modules/FindVulkan.cmake')
-rw-r--r--Modules/FindVulkan.cmake27
1 files changed, 23 insertions, 4 deletions
diff --git a/Modules/FindVulkan.cmake b/Modules/FindVulkan.cmake
index 0dcdb31005..38a54ba4dd 100644
--- a/Modules/FindVulkan.cmake
+++ b/Modules/FindVulkan.cmake
@@ -15,10 +15,29 @@ Optional COMPONENTS
.. versionadded:: 3.24
-This module respects several optional COMPONENTS: ``glslc``,
-``glslangValidator``, ``glslang``, ``shaderc_combined`` and ``SPIRV-Tools``.
-On macOS, an additional component ``MoltenVK`` is available.
-There are corresponding import targets for each of these flags.
+This module respects several optional COMPONENTS.
+There are corresponding imported targets for each of these.
+
+``glslc``
+ The SPIR-V compiler.
+
+``glslangValidator``
+ The ``glslangValidator`` tool.
+
+``glslang``
+ The SPIR-V generator library.
+
+``shaderc_combined``
+ The static library for Vulkan shader compilation.
+
+``SPIRV-Tools``
+ Tools to process SPIR-V modules.
+
+``MoltenVK``
+ On macOS, an additional component ``MoltenVK`` is available.
+
+The ``glslc`` and ``glslangValidator`` components are provided even
+if not explicitly requested (for backward compatibility).
.. versionadded:: 3.25