Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindVulkan: Add `dxc` (DirectX Shader Compiler) component | HellsingDarge | 2022-07-20 | 3 | -0/+58 |
| | |||||
* | FindVulkan: Add 'volk' component | Aiden Lambert | 2022-06-22 | 2 | -0/+19 |
| | |||||
* | FindVulkan: Add component for `MoltenVK` | MACHIZAUD Andréa | 2022-05-22 | 2 | -4/+31 |
| | |||||
* | FindVulkan: Mark test target with `cxx_std_11` to avoid AppleClang warnings | MACHIZAUD Andréa | 2022-05-22 | 1 | -0/+4 |
| | |||||
* | FindVulkan: remove noop on CMAKE_MODULE_PATH in tests | MACHIZAUD Andréa | 2022-05-18 | 1 | -1/+0 |
| | |||||
* | FindVulkan: Add component for `glslang` | MACHIZAUD Andréa | 2022-05-18 | 2 | -0/+36 |
| | |||||
* | FindVulkan: Add component for `SPIRV-Tools` | MACHIZAUD Andréa | 2022-05-18 | 2 | -1/+28 |
| | |||||
* | FindVulkan: Add component for `shaderc_combined` | MACHIZAUD Andréa | 2022-05-18 | 2 | -2/+30 |
| | |||||
* | FindVulkan: add Vulkan::Headers and Vulkan::glslangValidator targets | PCJohn | 2021-05-24 | 3 | -1/+94 |
| | | | | | | | | | | The `Vulkan::Headers` target complements existing Vulkan::Vulkan target. It is the same except it omits the Vulkan library which supports applications that loads the Vulkan library in at runtime. The `Vulkan::glslangValidator` target provides the glslangValidator executable which is the tool for converting between shader languages (GLSL, SPIR-V, etc.). | ||||
* | 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 | 2 | -0/+44 |
This adds FindVulkan with corresponding tests. |