• Home
  • Raw
  • Download

Lines Matching refs:Vulkan

1 # Integrating Updated Vulkan Headers into Vulkan Repositories
3Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers), [Vulkan-Loader](https://github.co…
4 - If build issues exist at any point in the Vulkan header integration process, include the fix in t…
6 # Clone and build the Vulkan-Headers
8 The first step of integrating Vulkan header updates is to checkout and build the desired Vulkan-Hea…
12 Update the Vulkan-Loader, Vulkan-ValidationLayers, and Vulkan-Tools known-good files
16 …ood Files](https://github.com/KhronosGroup/Vulkan-Headers/wiki/Integrating-Updated-Vulkan-Headers-…
17 1. Vulkan-Loader
18 1. Vulkan-ValidationLayers
19 3. Vulkan-Tools
23 * Typically the Vulkan-Loader's known-good is updated first, but the Vulkan-ValidationLayers known-…
24Vulkan-ValidationLayers GitHub CI currently contains a dependency on LunarG-VulkanTools. Occasiona…
32 …` script. This script requires the specification of the location of the `Vulkan-Headers/registry` …
34 ./generate_source.py ../../Vulkan-Headers/registry/
39 …ries and LunarG/VulkanTools contain a flavor of Vulkan-Headers's `genvk.py`. If `genvk.py` in the
41 #### 2-2. Vulkan-ValidationLayers sub-step: check for VUID inconsistencies
43 In Vulkan-ValidationLayers, every time the `generate_source.py` script is run a new VUID database i…
45 ./vk_validation_stats.py ../../Vulkan-Headers/registry/validusage.json -c
55Vulkan-Loader build, run the loader tests (`run_all_tests.sh`) found in the `build/tests` director…
57Vulkan-ValidationLayers build, run the validation layers tests (`vk_layer_validation_tests`) found…
59Vulkan-Tools build, run `vkcube` and verify `vulkaninfo` produces reasonable output. More informat…
65 …- Vulkan-Loader: Update requires specifying a new `Vulkan-Headers` commit in `scripts/known_good.j…
67Vulkan-ValidationLayers: Update requires specifying a new `Vulkan-Headers` commit in `scripts/know…
69 …- Vulkan-Tools: Update requires specifying new `Vulkan-Headers` and `Vulkan-Loader` commits in `sc…
73 … a single commit on a branch and push it up to the online repository. In Vulkan-ValidationLayers, …
94 …nSamples: Build all and run a few of the Vulkan Samples. Instructions on how to build and run the …
98Vulkan-Headers`, `Vulkan-Loader`, `Vulkan-Tools`, and `Vulkan-ValidationLayers` commits in `script…
99 - LunarG/VulkanSamples: Update requires specifying new `Vulkan-Headers` and `Vulkan-Loader` commits…