mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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.
11 lines
313 B
ReStructuredText
11 lines
313 B
ReStructuredText
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.
|