• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

cmake/23-Nov-2023-149130

include/vulkan/23-Nov-2023-66,23956,564

registry/23-Nov-2023-37,01535,835

.cmake-format.pyD23-Nov-2023956 3510

.gitD01-Jan-19700

.gitattributesD23-Nov-2023421 1711

.gitignoreD23-Nov-202358 76

Android.bpD23-Nov-20231.6 KiB4743

BUILD.mdD23-Nov-20238.3 KiB271180

CMakeLists.txtD23-Nov-20232.6 KiB5947

CODE_OF_CONDUCT.mdD23-Nov-2023280 21

LICENSE.txtD23-Nov-202311.1 KiB203169

NOTICED23-Nov-202311.1 KiB203169

OWNERSD23-Nov-2023141 43

README.mdD23-Nov-20231.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