summaryrefslogtreecommitdiffstats
path: root/Tests/FindVulkan
Commit message (Collapse)AuthorAgeFilesLines
* FindVulkan: Support for finding glslcRyan Kawicki2020-06-273-2/+31
| | | | | | | 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.
* Tests/FindVulkan: Run clang-formatBrad King2016-06-081-1/+1
|
* Add FindVulkan.cmake.Matthäus G. Chajdas2016-06-083-0/+54
This adds FindVulkan with corresponding tests.