commit | dd9e112afaf5b4c0496a6f0ce8024fd78d41fe10 | [log] [tgz] |
---|---|---|
author | Jon Leech <oddhack@sonic.net> | Tue Jan 24 08:53:23 2023 |
committer | Jon Leech <oddhack@sonic.net> | Wed Jan 25 05:59:07 2023 |
tree | 291c0d908d166a6bff360e47bbcfd881a96e1bcd | |
parent | d42c8a39791de772e1834c7ef676e110436a234b [diff] |
Update for VulkanSC-Docs 1.0.12 - updated
Vulkan header files and API registry
The default branch of this repository is main
, containing files for the Vulkan API.
The sc_main
branch contains files for the Vulkan SC API. The API XML and some of the scripts in this branch differ slightly from the equivalent files in the main
branch for Vulkan, and there are additional generated .json
files in the json/
directory.
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:
For the main
branch, these files are derived from https://github.com/KhronosGroup/Vulkan-Docs
For the sc_main
branch, these files are derived from https://github.com/KhronosGroup/VulkanSC-Docs
sc_main
branch, all .json
files under json/
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.
Note: the `sc_main_ branch does not currently contain C++ headers, which are not currently generated for Vulkan SC.
Updates to main
branch corresponding to a new Vulkan specification release are tagged with the format: v<
version
>
(e.g., v1.3.202
).
Updates to sc_main
branch corresponding to a new Vulkan SC specification release are tagged with the format: vksc<
version
>
(e.g., vksc1.0.9
).
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.