-
Notifications
You must be signed in to change notification settings - Fork 308
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.254 (#1596)
- Loading branch information
1 parent
c55cf16
commit 9f89f76
Showing
11 changed files
with
1,473 additions
and
11 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
15 files
+131 −1 | include/vulkan/vulkan.hpp | |
+53 −1 | include/vulkan/vulkan_core.h | |
+29 −3 | include/vulkan/vulkan_enums.hpp | |
+21 −7 | include/vulkan/vulkan_extension_inspection.hpp | |
+65 −2 | include/vulkan/vulkan_funcs.hpp | |
+47 −5 | include/vulkan/vulkan_handles.hpp | |
+132 −0 | include/vulkan/vulkan_hash.hpp | |
+74 −0 | include/vulkan/vulkan_raii.hpp | |
+52 −0 | include/vulkan/vulkan_screen.h | |
+55 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+876 −0 | include/vulkan/vulkan_structs.hpp | |
+30 −0 | include/vulkan/vulkan_to_string.hpp | |
+2 −1 | registry/genvk.py | |
+494 −28 | registry/validusage.json | |
+143 −9 | 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
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.