Mercurial > games > semicongine
comparison fuhtark_test/Vulkan-Headers-1.4.334/CONTRIBUTING.md @ 1501:f40d9d814c08 default tip main
did: correct vulkan-api generator
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 23:34:29 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1500:91c8c3b7cbf0 | 1501:f40d9d814c08 |
|---|---|
| 1 <!-- | |
| 2 Copyright 2018-2023 The Khronos Group Inc. | |
| 3 | |
| 4 SPDX-License-Identifier: Apache-2.0 | |
| 5 --> | |
| 6 | |
| 7 # CONTRIBUTING | |
| 8 | |
| 9 Please note when contributing what files this repository actually is responsible for. | |
| 10 | |
| 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) | |
| 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 | |
| 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. | |
| 38 | |
| 39 * include/vulkan/*.hpp | |
| 40 * include/vulkan/*.cppm |
