Lines Matching +full:vulkan +full:- +full:loader
3 # -----------------
5 # Try to find Vulkan Headers and Registry.
7 # This module is intended to be used by projects that build Vulkan
8 # "system" components such as the loader and layers.
9 # Vulkan applications should instead use the FindVulkan (or similar)
10 # find module that locates the headers and the loader library.
13 # in a Vulkan-Headers repository, the Vulkan-Headers repository
29 # VulkanHeaders_FOUND - True if VulkanHeaders was found
30 # VulkanHeaders_INCLUDE_DIRS - include directories for VulkanHeaders
32 # VulkanRegistry_FOUND - True if VulkanRegistry was found
33 # VulkanRegistry_DIRS - directories for VulkanRegistry
37 # VulkanHeaders_INCLUDE_DIR - the VulkanHeaders include directory
38 # VulkanRegistry_DIR - the VulkanRegistry directory
45 NAMES vulkan/vulkan.h
55 HINTS "${VULKAN_REGISTRY_PATH_HINT}/share/vulkan/registry")