diff options
author | Ryan Kawicki <Ryan.H.Kawicki@alumni.purdue.edu> | 2020-06-26 03:14:55 (GMT) |
---|---|---|
committer | Ryan Kawicki <Ryan.H.Kawicki@alumni.purdue.edu> | 2020-06-27 01:57:06 (GMT) |
commit | 467509d7674d62deb9aaca6c9d68628eb108f146 (patch) | |
tree | 6f74342a12b62df413c627f6f642e9d81bb221a6 /Help | |
parent | aae35feea2048e6ffe4d47a068aa5246c89bd606 (diff) | |
download | CMake-467509d7674d62deb9aaca6c9d68628eb108f146.zip CMake-467509d7674d62deb9aaca6c9d68628eb108f146.tar.gz CMake-467509d7674d62deb9aaca6c9d68628eb108f146.tar.bz2 |
FindVulkan: Support for finding glslc
The GLSL SPIR-V compiler is part of the Vulkan SDK and may be used
by projects for compiling shaders as part of the build process.
This is not strictly required to build a Vulkan application, which
is why the variable is not part of the REQUIRED_VARs for the module.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindVulkan-glslc.rst | 10 |
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. |