-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vulkan-Headers to v1.3.294 (#1951)
Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
ecd4b59
commit bd70384
Showing
14 changed files
with
2,923 additions
and
22 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
15 files
+34 −2 | include/vulkan/vulkan.cppm | |
+182 −1 | include/vulkan/vulkan.hpp | |
+137 −1 | include/vulkan/vulkan_core.h | |
+24 −5 | include/vulkan/vulkan_enums.hpp | |
+18 −11 | include/vulkan/vulkan_extension_inspection.hpp | |
+463 −0 | include/vulkan/vulkan_funcs.hpp | |
+238 −0 | include/vulkan/vulkan_handles.hpp | |
+180 −0 | include/vulkan/vulkan_hash.hpp | |
+304 −0 | include/vulkan/vulkan_raii.hpp | |
+11 −0 | include/vulkan/vulkan_shared.hpp | |
+83 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+1,349 −0 | include/vulkan/vulkan_structs.hpp | |
+16 −0 | include/vulkan/vulkan_to_string.hpp | |
+664 −116 | registry/validusage.json | |
+399 −20 | registry/vk.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.