diff options
author | Jon Leech <[email protected]> | 2020-07-05 19:07:45 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2020-07-07 05:04:15 -0700 |
commit | fd465722b0298f3f268ae114301d64f0a4fc637f (patch) | |
tree | 323b8882b00a2824b969b550fc4d17264373b04a /README.md | |
parent | db06fce926b0fa5034ed8be30e84fce6fc645e83 (diff) | |
download | Vulkan-Headers-fd465722b0298f3f268ae114301d64f0a4fc637f.tar.gz Vulkan-Headers-fd465722b0298f3f268ae114301d64f0a4fc637f.zip |
Enumerate originating repository for all files in this repo.
Several files originate from unknown (to @oddhack) sources and that
should be fixed before accepting this PR.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 51 |
1 files changed, 38 insertions, 13 deletions
@@ -4,23 +4,48 @@ Vulkan header files and API registry ## Repository Content -The contents of this repository are largely obtained from other repositories and are -collected, coordinated, and curated here. +The contents of this repository are largely obtained from other repositories +and are collected, coordinated, and curated here. -Do not propose pull requests to this repository which modify any files under -include/vulkan/ or registry/. All such files are generated from the -Vulkan-Docs repository and, in the case of include/vulkan/vulkan.hpp, the -Vulkan-Hpp repository. Any changes must be made in those repositories. +If proposing changes to any file originating from a different repository, +please propose such changes in that repository, rather than Vulkan-Headers. +Files in this repository originate from: -The projects for these repositories are: +### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs) -- [KhronosGroup/Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) - - Core Vulkan headers and Registry -- [KhronosGroup/Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) - - C++ Bindings for Vulkan +* registry/cgenerator.py +* registry/conventions.py +* registry/generator.py +* registry/genvk.py +* registry/reg.py +* registry/spec_tools/util.py +* registry/validusage.json +* registry/vk.xml +* registry/vkconventions.py +* All files under include/vulkan/ which are *not* listed explicitly as originating from another repository. + +### This repository (https://github.com/KhronosGroup/Vulkan-Headers) + +* .cmake-format.py +* BUILD.gn +* BUILD.md +* CMakeLists.txt +* CODE_OF_CONDUCT.md +* LICENSE.txt +* README.md +* cmake/Copyright_cmake.txt +* cmake/cmake_uninstall.cmake.in +* include/vulkan/vk_icd.h - from Vulkan-Headers + +### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp) + +* include/vulkan/vulkan.hpp + +### Originating repository unknown: + +* include/vulkan/vk_layer.h +* include/vulkan/vk_sdk_platform.h -Please visit the appropriate project in the above list for obtaining additional information, -asking questions, or opening issues. ## Version Tagging Scheme |