Files
CMake/Help/release/dev/FindVulkan-glslc.rst
Ryan Kawicki 467509d767 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.
2020-06-26 20:57:06 -05:00

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.