dawn-cmake/third_party/vulkan-deps/README.md

15 lines
734 B
Markdown

# Chromium Vulkan Dependencies
This meta-repo houses several interdependent Khronos Vulkan repositories:
* [glslang](https://github.com/KhronosGroup/glslang)
* [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross)
* [SPIRV-Headers](https://github.com/KhronosGroup/SPIRV-Headers)
* [SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools)
* [Vulkan-Headers](https://github.com/KhronosGroup/Vulkan-Headers)
* [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader)
* [Vulkan-Tools](https://github.com/KhronosGroup/Vulkan-Tools)
* [Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers)
This unified repo allows us to update all dependencies in one batch in Chrome and other projects.