Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindVulkan: Support for finding glslc | Ryan Kawicki | 2020-06-27 | 3 | -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-format | Brad King | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Add FindVulkan.cmake. | Matthäus G. Chajdas | 2016-06-08 | 3 | -0/+54 |
This adds FindVulkan with corresponding tests. |