Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | 23-Nov-2023 | - | 149 | 130 | ||
include/vulkan/ | 23-Nov-2023 | - | 66,239 | 56,564 | ||
registry/ | 23-Nov-2023 | - | 37,015 | 35,835 | ||
.cmake-format.py | D | 23-Nov-2023 | 956 | 35 | 10 | |
.git | D | 01-Jan-1970 | 0 | |||
.gitattributes | D | 23-Nov-2023 | 421 | 17 | 11 | |
.gitignore | D | 23-Nov-2023 | 58 | 7 | 6 | |
Android.bp | D | 23-Nov-2023 | 1.6 KiB | 47 | 43 | |
BUILD.md | D | 23-Nov-2023 | 8.3 KiB | 271 | 180 | |
CMakeLists.txt | D | 23-Nov-2023 | 2.6 KiB | 59 | 47 | |
CODE_OF_CONDUCT.md | D | 23-Nov-2023 | 280 | 2 | 1 | |
LICENSE.txt | D | 23-Nov-2023 | 11.1 KiB | 203 | 169 | |
NOTICE | D | 23-Nov-2023 | 11.1 KiB | 203 | 169 | |
OWNERS | D | 23-Nov-2023 | 141 | 4 | 3 | |
README.md | D | 23-Nov-2023 | 1.1 KiB | 27 | 16 |
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