You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
734 B
15 lines
734 B
4 months ago
|
# 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.
|