docs: Update README to explain contents origins

This commit is contained in:
Karl Schultz 2018-07-11 06:41:24 -06:00 committed by GitHub
parent 396f82798a
commit 718a04e51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,18 @@
# Vulkan-Headers # Vulkan-Headers
Vulkan Header files and API registry 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 projects for these repositories are:
- [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
Please visit the appropriate project in the above list for obtaining additional information,
asking questions, or opening issues.