Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
glslang/ | 03-May-2024 | - | 640,606 | 588,366 | ||
spirv-headers/ | 03-May-2024 | - | 91,877 | 85,872 | ||
spirv-tools/ | 03-May-2024 | - | 542,655 | 427,908 | ||
vulkan-headers/ | 03-May-2024 | - | 229,027 | 206,080 | ||
.gitattributes | D | 03-May-2024 | 864 | 18 | 16 | |
.gitignore | D | 03-May-2024 | 162 | 10 | 9 | |
DEPS | D | 03-May-2024 | 2.3 KiB | 69 | 50 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 27 | |
OWNERS | D | 03-May-2024 | 62 | 4 | 3 | |
README.chromium | D | 03-May-2024 | 229 | 11 | 9 | |
README.md | D | 03-May-2024 | 734 | 15 | 11 | |
additional_readme_paths.json | D | 03-May-2024 | 172 | 11 | 10 | |
update-commit-message.py | D | 03-May-2024 | 4.6 KiB | 155 | 113 |
README.chromium
1Name: Vulkan Deps 2Short Name: Vulkan Deps 3URL: https://chromium.googlesource.com/vulkan-deps/ 4Version: N/A 5Security Critical: yes 6License: BSD 7License File: LICENSE 8 9Description: 10Meta-repo for Vulkan dependencies. See README.md. 11
README.md
1# Chromium Vulkan Dependencies 2 3This meta-repo houses several interdependent Khronos Vulkan repositories: 4 5 * [glslang](https://github.com/KhronosGroup/glslang) 6 * [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) 7 * [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers) 8 * [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools) 9 * [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers) 10 * [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader) 11 * [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools) 12 * [Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers) 13 14This unified repo allows us to update all dependencies in one batch in Chrome and other projects. 15