blob: 246bc8fd18574226e1bc85f96269c9680a4b440c (
plain)
1
2
3
4
5
6
7
8
9
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.
|