• Home
Name Date Size #Lines LOC

..--

cmake/03-May-2024-149130

include/vulkan/03-May-2024-82,82271,193

registry/03-May-2024-40,32438,832

.cmake-format.pyD03-May-2024956 3510

.gitattributesD03-May-2024421 1711

.gitignoreD03-May-202458 76

Android.bpD03-May-20241.6 KiB4743

BUILD.gnD03-May-20241.3 KiB4742

BUILD.mdD03-May-20248.5 KiB272180

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-2024204 76

README.mdD03-May-20241.3 KiB3624

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
10Do not propose pull requests to this repository which modify any files under
11include/vulkan/ or registry/. All such files are generated from the
12Vulkan-Docs repository and, in the case of include/vulkan/vulkan.hpp, the
13Vulkan-Hpp repository. Any changes must be made in those repositories.
14
15The projects for these repositories are:
16
17- [KhronosGroup/Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs)
18  - Core Vulkan headers and Registry
19- [KhronosGroup/Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
20  - C++ Bindings for Vulkan
21
22Please visit the appropriate project in the above list for obtaining additional information,
23asking questions, or opening issues.
24
25## Version Tagging Scheme
26
27Updates to the `Vulkan-Headers` repository which correspond to a new Vulkan
28specification release are tagged using the following format:
29`v<`_`version`_`>` (e.g., `v1.1.96`).
30
31**Note**: Marked version releases have undergone thorough testing but do not
32imply the same quality level as SDK tags. SDK tags follow the
33`sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`).
34
35This scheme was adopted following the 1.1.96 Vulkan specification release.
36