• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Vulkan-Headers
2
3Vulkan header files and API registry
4
5## Contributing
6
7See the [CONTRIBUTING.md](CONTRIBUTING.md)
8
9## Building
10
11See [BUILD.md](BUILD.md)
12
13## SDK Support
14
15Vulkan-Headers are shipped as part of the official [Vulkan-SDK](https://www.lunarg.com/vulkan-sdk/)
16
17## C/C++ Package Manager Support
18
19`Vulkan-Headers` are also supported by both [conan](https://conan.io/) & [vcpkg](https://learn.microsoft.com/en-us/vcpkg/).
20
21## Version Tagging Scheme
22
23Updates to the `Vulkan-Headers` repository which correspond to a new Vulkan
24specification release are tagged using the following format:
25`v<`_`version`_`>` (e.g., `v1.1.96`).
26
27**Note**: Marked version releases have undergone thorough testing but do not
28imply the same quality level as SDK tags. SDK tags follow the
29`sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`).
30