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