cmake: Update minimum version to 3.22.1
[KhronosGroup/Vulkan-Headers.git] / CONTRIBUTING.md
blob584f75e3d5e6f3172e14b6c67b39c7db2d61de08
1 <!--
2 Copyright 2018-2023 The Khronos Group Inc.
4 SPDX-License-Identifier: Apache-2.0
5 -->
7 # CONTRIBUTING
9 Please note when contributing what files this repository actually is responsible for.
11 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)
13 ### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
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
26 ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
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.
33 ### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
35 As of the Vulkan-Docs 1.2.182 spec update, the Vulkan-Hpp headers have been
36 split into multiple files. All of those files are now included in this
37 repository.
39 * include/vulkan/*.hpp
40 * include/vulkan/*.cppm