summaryrefslogtreecommitdiffstats
path: root/Tests/FindVulkan/Test/main-dynamicVulkanLoading.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FindVulkan: add Vulkan::Headers and Vulkan::glslangValidator targetsPCJohn2021-05-241-0/+55
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.).