Skip to content

FindVulkan: Support for finding glslc

Deception666 requested to merge Deception666/cmake:find_vulkan_glslc into master

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.

Merge request reports