Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-07-11 15:41:24 +0300
committerGitHub <noreply@github.com>2018-07-11 15:41:24 +0300
commit718a04e51b967fbe6de9d09ecfc15397f0eae5bd (patch)
treedb9c5b662dbb129c767f14715223d04343a14752 /README.md
parent396f82798a4d19b57fc9933490dc1bd7624c9bbb (diff)
docs: Update README to explain contents origins
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9661fe..76a344d 100644
--- 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.