2019-05-06 14:21:57 +00:00
|
|
|
# Downloads
|
|
|
|
|
2024-04-02 16:39:12 +00:00
|
|
|
## Vulkan SDK
|
|
|
|
|
|
|
|
The official releases for SPIRV-Tools can be found on LunarG's
|
|
|
|
[SDK download page](https://vulkan.lunarg.com/sdk/home).
|
|
|
|
The Vulkan SDK is updated approximately every six weeks.
|
|
|
|
|
|
|
|
## Android NDK
|
|
|
|
|
|
|
|
SPIRV-Tools host executables, and library sources are published as
|
|
|
|
part of the [Android NDK](https://developer.android.com/ndk/downloads).
|
|
|
|
|
|
|
|
## Automated builds
|
|
|
|
|
|
|
|
For convenience, here are also links to the latest builds (HEAD).
|
|
|
|
Those are untested automated builds. Those are not official releases, nor
|
|
|
|
are guaranteed to work. Official releases builds are in the Android NDK or
|
|
|
|
Vulkan SDK.
|
2021-10-14 21:46:27 +00:00
|
|
|
|
2023-08-08 15:53:33 +00:00
|
|
|
Download the latest builds of the [main](https://github.com/KhronosGroup/SPIRV-Tools/tree/main) branch.
|
2021-10-14 21:46:27 +00:00
|
|
|
|
|
|
|
### Release build
|
2019-05-06 14:21:57 +00:00
|
|
|
| Windows | Linux | MacOS |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_release.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_release.html) |
|
|
|
|
| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | |
|
|
|
|
|
2021-10-14 21:46:27 +00:00
|
|
|
### Debug build
|
2019-05-06 14:21:57 +00:00
|
|
|
| Windows | Linux | MacOS |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [MSVC 2017](https://storage.googleapis.com/spirv-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_clang_debug.html) | [clang](https://storage.googleapis.com/spirv-tools/badges/build_link_macos_clang_debug.html) |
|
|
|
|
| | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | |
|