diff options
author | Juan Ramos <[email protected]> | 2023-01-19 10:08:51 -0700 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-01-19 10:13:12 -0700 |
commit | a841bc8e077a118ce7cfde05521766688e83b11d (patch) | |
tree | db2e15444228ebbc0b572b8a150604b66350655e /CONTRIBUTING.md | |
parent | 1fa844dba2f0168d0b35ae1317357000938be5da (diff) | |
download | Vulkan-Headers-a841bc8e077a118ce7cfde05521766688e83b11d.tar.gz Vulkan-Headers-a841bc8e077a118ce7cfde05521766688e83b11d.zip |
docs: Remove un-neccessary detail from docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fccaa9f..45217a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,6 @@ Please note when contributing what files this repository actually is responsible for. -The majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) - ### This repository (https://github.com/KhronosGroup/Vulkan-Headers) * BUILD.gn @@ -28,8 +26,4 @@ The majority for the Vulkan headers come from [Vulkan-Docs](https://github.com/K ### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp) -As of the Vulkan-Docs 1.2.182 spec update, the Vulkan-Hpp headers have been -split into multiple files. All of those files are now included in this -repository. - * include/vulkan/*.hpp |