• Home
  • Raw
  • Download

Lines Matching refs:Vulkan

25 This repository contains the source code necessary to build the Vulkan
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer
44 This repository does not contain a Vulkan-capable driver. You will need to
45 obtain and install a Vulkan driver from your graphics hardware vendor or from
46 some other suitable source if you intend to run Vulkan applications.
52 git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
60 1. LunarG Vulkan SDK, located by the `VULKAN_SDK` environment variable
68 #### Vulkan-Headers
71 [Vulkan Headers repository](https://github.com/KhronosGroup/Vulkan-Headers).
73 building this repository. The Vulkan-Headers repository is required because it
74 contains the Vulkan API definition files (registry) that are required to build
100 Vulkan-ValidationLayers repository and run:
111 #### Vulkan-Loader
113 The validation layer tests depend on the Vulkan loader when they execute and
121 [Vulkan-Loader repository](https://github.com/KhronosGroup/Vulkan-Loader.git)
125 If you do not intend to run the tests, you do not need a Vulkan loader.
145 git clone git@github.com:KhronosGroup/Vulkan-ValidationLayers.git
146 cd Vulkan-ValidationLayers
161 (Vulkan-ValidationLayers) repository. But there shouldn't be any conflicts
239 cd Vulkan-ValidationLayers
258 cd Vulkan-ValidationLayers
279 When generating the project files, the absolute path to a Vulkan-Headers
284 Vulkan-Headers repository built with the install target.
294 `Vulkan-ValidationLayers.sln` in the build directory.
313 Launch Visual Studio and open the "Vulkan-ValidationLayers.sln" solution file
337 If you do need to build and use your own loader, build the Vulkan-Loader
350 [vkcube demo](https://www.github.com/KhronosGroup/Vulkan-Tools.git)
367 Test Vulkan validation layers
383 #### Using The Vulkan Loader Library in this Repository on Windows
385 Vulkan programs must be able to find and use the Vulkan loader
390 Vulkan loader library and the "googletest" libraries to the
418 cd Vulkan-ValidationLayers
432 cd Vulkan-ValidationLayers
446 When generating the project files, the absolute path to a Vulkan-Headers
451 Vulkan-Headers repository built with the install target.
485 Vulkan-defined WSI display servers: Xcb, Xlib, and Wayland. It is recommended
507 - `/usr/local/lib`: Vulkan layers shared objects
528 Vulkan-Loader repository for more information about loader and layer
545 - `vk_layer_validation_tests`: Test Vulkan validation layers
578 You can run the `vkcube` or `vulkaninfo` applications from the Vulkan-Tools
733 Clone the Vulkan-ValidationLayers repository:
735 git clone https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
782 You can run the `vulkaninfo` applications from the Vulkan-Tools repository to
801 You will have to direct the loader from Vulkan-Loader to the MoltenVK ICD:
807 Clone and build the [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools) repository.
809 You will have to direct the loader from Vulkan-Loader to the Mock ICD:
811 export VK_ICD_FILENAMES=<path to Vulkan-Tools repository>/build/icd/VkICD_mock_icd.json
821 - `vk_layer_validation_tests`: Test Vulkan validation layers
825 [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools)
828 Note that MoltenVK is still adding Vulkan features and some tests may fail.