• Home
Name Date Size #Lines LOC

..--

cmake/03-May-2024-149130

include/vulkan/03-May-2024-66,23956,564

registry/03-May-2024-37,01535,835

.cmake-format.pyD03-May-2024956 3510

.gitattributesD03-May-2024421 1711

.gitignoreD03-May-202458 76

Android.bpD03-May-20241.6 KiB4743

BUILD.mdD03-May-20248.3 KiB271180

CMakeLists.txtD03-May-20242.6 KiB5947

CODE_OF_CONDUCT.mdD03-May-2024280 21

LICENSE.txtD03-May-202411.1 KiB203169

NOTICED03-May-202411.1 KiB203169

OWNERSD03-May-2024141 43

README.mdD03-May-20241.1 KiB2716

README.md

1# Vulkan-Headers
2
3Vulkan header files and API registry
4
5## Repository Content
6
7The contents of this repository are largely obtained from other repositories and are
8collected, coordinated, and curated here.
9
10The projects for these repositories are:
11
12- [KhronosGroup/Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs)
13  - Core Vulkan headers and Registry
14- [KhronosGroup/Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
15  - C++ Bindings for Vulkan
16
17Please visit the appropriate project in the above list for obtaining additional information,
18asking questions, or opening issues.
19
20## Version Tagging Scheme
21
22Updates to the `Vulkan-Headers` repository which correspond to a new Vulkan specification release are tagged using the following format: `v<`_`version`_`>` (e.g., `v1.1.96`).
23
24**Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`).
25
26This scheme was adopted following the 1.1.96 Vulkan specification release.
27