• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# CONTRIBUTING
2
3Please note when contributing what files this repository actually is responsible for.
4
5The majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) or [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
6
7### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
8
9* BUILD.gn
10* BUILD.md
11* cmake/
12* CMakeLists.txt
13* tests/*
14* CODE_OF_CONDUCT.md
15* INTEGRATION.md
16* LICENSE.txt
17* README.md
18* Non-API headers
19  * include/vulkan/vk_icd.h
20  * include/vulkan/vk_layer.h
21
22### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
23
24* registry/*.py
25* registry/spec_tools/*.py
26* registry/profiles/*.json
27* All files under include/vulkan/ which are *not* listed explicitly as originating from another repository.
28
29### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
30
31As of the Vulkan-Docs 1.2.182 spec update, the Vulkan-Hpp headers have been
32split into multiple files. All of those files are now included in this
33repository.
34
35* include/vulkan/*.hpp
36