mirror of
https://gitee.com/openharmony/third_party_vulkan-headers
synced 2024-11-27 01:41:08 +00:00
cd7285a5fb
Signed-off-by: shegangbin <shegangbin1@huawei.com>
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# CONTRIBUTING
|
|
|
|
Please note when contributing what files this repository actually is responsible for.
|
|
|
|
The majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) or [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
|
|
|
|
### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
|
|
|
|
* BUILD.gn
|
|
* BUILD.md
|
|
* cmake/
|
|
* CMakeLists.txt
|
|
* tests/*
|
|
* CODE_OF_CONDUCT.md
|
|
* INTEGRATION.md
|
|
* LICENSE.txt
|
|
* README.md
|
|
* Non-API headers
|
|
* include/vulkan/vk_icd.h
|
|
* include/vulkan/vk_layer.h
|
|
|
|
### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
|
|
|
|
* registry/*.py
|
|
* registry/spec_tools/*.py
|
|
* registry/profiles/*.json
|
|
* All files under include/vulkan/ which are *not* listed explicitly as originating from another repository.
|
|
|
|
### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
|
|
|
|
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.
|
|
|
|
* include/vulkan/*.hpp
|