docs: Update README to explain contents origins
authorKarl Schultz <karl@lunarg.com>
Wed, 11 Jul 2018 12:41:24 +0000 (06:41 -0600)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 12:41:24 +0000 (06:41 -0600)
README.md

index e9661fe..76a344d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
 # Vulkan-Headers
 
 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.