summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-30 11:27:21 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-30 11:27:27 (GMT)
commitf67a787a387c5f8aaff7e319889b892875a72158 (patch)
tree695e3ef302fd03493ddab02dd320291f55215e5f /Help/release
parent9bfd411b8049fdd10fd7d71af1fddc1c48241442 (diff)
parent467509d7674d62deb9aaca6c9d68628eb108f146 (diff)
downloadCMake-f67a787a387c5f8aaff7e319889b892875a72158.zip
CMake-f67a787a387c5f8aaff7e319889b892875a72158.tar.gz
CMake-f67a787a387c5f8aaff7e319889b892875a72158.tar.bz2
Merge topic 'find_vulkan_glslc'
467509d767 FindVulkan: Support for finding glslc Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4944
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindVulkan-glslc.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/FindVulkan-glslc.rst b/Help/release/dev/FindVulkan-glslc.rst
new file mode 100644
index 0000000..246bc8f
--- /dev/null
+++ b/Help/release/dev/FindVulkan-glslc.rst
@@ -0,0 +1,10 @@
+FindVulkan-glslc
+----------------
+
+* The :module:`FindVulkan` module gained a new output variable
+ ``Vulkan_GLSLC_EXECUTABLE`` which contains the path to the
+ GLSL SPIR-V compiler.
+
+* The :module:`FindVulkan` module gained a new target
+ ``Vulkan::glslc`` which contains the path to the
+ GLSL SPIR-V compiler.