diff options
author | Jon Leech <oddhack@sonic.net> | 2021-06-21 00:25:14 -0700 |
---|---|---|
committer | Jon Leech <oddhack@sonic.net> | 2021-06-21 00:25:14 -0700 |
commit | 37164a5726f7e6113810f9557903a117498421cf (patch) | |
tree | db99b44f03c28a3842023805ad85d2f80d4d4c0c | |
parent | ab968ab2fce8d15cb9c8781a3cbe540d4b04f1e3 (diff) | |
download | Vulkan-Headers-37164a5726f7e6113810f9557903a117498421cf.tar.gz Vulkan-Headers-37164a5726f7e6113810f9557903a117498421cf.tar.bz2 Vulkan-Headers-37164a5726f7e6113810f9557903a117498421cf.zip |
Add reference to multiple Hpp headers added to this repository
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,7 +42,16 @@ Files in this repository originate from: ### 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/vulkan.hpp +* include/vulkan/vulkan_enums.hpp +* include/vulkan/vulkan_funcs.hpp +* include/vulkan/vulkan_handles.hpp +* include/vulkan/vulkan_raii.hpp +* include/vulkan/vulkan_structs.hpp ## Version Tagging Scheme |