commit | d99496fcb1f4aecbeb25c1e70eda0cdee7e1eba5 | [log] [tgz] |
---|---|---|
author | Mike Schuchardt <mikes@lunarg.com> | Tue Jan 04 09:03:58 2022 -0800 |
committer | Mike Schuchardt <mikes@lunarg.com> | Tue Jan 04 10:04:59 2022 -0800 |
tree | cc5e3d9766d3d7057c4efc3bcb8349dc8a58c34c | |
parent | 52a76fd0a693708eb8c25bd0ab7a1008091f64d4 [diff] |
Update to latest Vulkan-Hpp Notably includes fix for https://github.com/KhronosGroup/Vulkan-Hpp/issues/1167 which is blocking downstream CI systems
Vulkan header files and API registry
As discussed in #222, the default branch of this repository is now ‘main’. This change should be largely transparent to repository users, since github rewrites many references to the old ‘master’ branch to ‘main’. However, if you have a checked-out local clone, you may wish to take the following steps as recommended by github:
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a
The contents of this repository are largely obtained from other repositories and are collected, coordinated, and curated here.
If proposing changes to any file originating from a different repository, please propose such changes in that repository, rather than Vulkan-Headers. Files in this repository originate from:
As of the Vulkan-Docs 1.2.182 spec update, the Vulkan-Hpp headers have been split into multiple files. All of those files are now included in this repository.
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
).
This scheme was adopted following the 1.1.96 Vulkan specification release.