1e8556ba3Sopenharmony_ci<!--
2e8556ba3Sopenharmony_ciCopyright 2018-2023 The Khronos Group Inc.
3e8556ba3Sopenharmony_ci
4e8556ba3Sopenharmony_ciSPDX-License-Identifier: Apache-2.0
5e8556ba3Sopenharmony_ci-->
6e8556ba3Sopenharmony_ci
7e8556ba3Sopenharmony_ci# CONTRIBUTING
8e8556ba3Sopenharmony_ci
9e8556ba3Sopenharmony_ciPlease note when contributing what files this repository actually is responsible for.
10e8556ba3Sopenharmony_ci
11e8556ba3Sopenharmony_ciThe majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) or [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
12e8556ba3Sopenharmony_ci
13e8556ba3Sopenharmony_ci### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
14e8556ba3Sopenharmony_ci
15e8556ba3Sopenharmony_ci* BUILD.gn
16e8556ba3Sopenharmony_ci* BUILD.md
17e8556ba3Sopenharmony_ci* CMakeLists.txt
18e8556ba3Sopenharmony_ci* tests/*
19e8556ba3Sopenharmony_ci* CODE_OF_CONDUCT.md
20e8556ba3Sopenharmony_ci* LICENSE.txt
21e8556ba3Sopenharmony_ci* README.md
22e8556ba3Sopenharmony_ci* Non-API headers
23e8556ba3Sopenharmony_ci  * include/vulkan/vk_icd.h
24e8556ba3Sopenharmony_ci  * include/vulkan/vk_layer.h
25e8556ba3Sopenharmony_ci
26e8556ba3Sopenharmony_ci### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
27e8556ba3Sopenharmony_ci
28e8556ba3Sopenharmony_ci* registry/*.py
29e8556ba3Sopenharmony_ci* registry/spec_tools/*.py
30e8556ba3Sopenharmony_ci* registry/profiles/*.json
31e8556ba3Sopenharmony_ci* All files under include/vulkan/ which are *not* listed explicitly as originating from another repository.
32e8556ba3Sopenharmony_ci
33e8556ba3Sopenharmony_ci### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
34e8556ba3Sopenharmony_ci
35e8556ba3Sopenharmony_ciAs of the Vulkan-Docs 1.2.182 spec update, the Vulkan-Hpp headers have been
36e8556ba3Sopenharmony_cisplit into multiple files. All of those files are now included in this
37e8556ba3Sopenharmony_cirepository.
38e8556ba3Sopenharmony_ci
39e8556ba3Sopenharmony_ci* include/vulkan/*.hpp
40e8556ba3Sopenharmony_ci* include/vulkan/*.cppm
41