Go to file
openharmony_ci 198e5e4856
!24 【4.1release】vulkan-loader部件化
Merge pull request !24 from shegangbin/cherry-pick-1707206005
2024-02-06 10:49:53 +00:00
.github/ISSUE_TEMPLATE update tag v1.2.201->v1.3.231 from github 2023-03-03 09:28:08 +00:00
cmake fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
include fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
registry fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
tests fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
.gitattributes repo: Add .gitattributes file 2018-09-07 13:45:38 -06:00
.gitignore repo: Add to vim temp files to .gitignore 2018-09-07 13:48:52 -06:00
BUILD.gn fixed c2b5ae7 from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/22 2024-02-06 07:53:25 +00:00
BUILD.md fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
bundle.json fixed c2b5ae7 from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/22 2024-02-06 07:53:25 +00:00
CMakeLists.txt fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-10-10 16:06:12 -04:00
CONTRIBUTING.md fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
INTEGRATION.md fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
LICENSE.txt Revert LICENSE to Apache 2.0 2018-10-03 10:16:17 -04:00
OAT.xml fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
README_OpenHarmony.md standardize OH extension api 2023-06-19 11:39:31 +08:00
README.md fixed cd7285a from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/18 2024-01-27 05:03:26 +00:00
README.OpenSource fixed 4591b55 from https://gitee.com/vulkansgb/third_party_vulkan-headers/pulls/21 2024-02-05 14:03:17 +00:00

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).