mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
No description
c594930fa4
CONTRIBUTING.md, issue template, and PR template all cover this. |
||
---|---|---|
.github | ||
cmake | ||
include | ||
registry | ||
tests | ||
.gitattributes | ||
.gitignore | ||
BUILD.gn | ||
BUILD.md | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
INTEGRATION.md | ||
LICENSE.txt | ||
README.md |
Vulkan-Headers
Vulkan header files and API registry
Contributing
See the CONTRIBUTING.md
Building
See BUILD.md
SDK Support
Vulkan-Headers are shipped as part of the official Vulkan-SDK
C/C++ Package Manager Support
Vulkan-Headers
are also supported by both conan & vcpkg.
Version Tagging Scheme
Updates 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
).
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
).