-
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.255 (#1604)
Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
389d125
commit 3d95b91
Showing
23 changed files
with
1,674 additions
and
19 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
14 files
+74 −2 | include/vulkan/vulkan.hpp | |
+67 −1 | include/vulkan/vulkan_core.h | |
+28 −0 | include/vulkan/vulkan_enums.hpp | |
+83 −80 | include/vulkan/vulkan_extension_inspection.hpp | |
+3 −3 | include/vulkan/vulkan_format_traits.hpp | |
+76 −10 | include/vulkan/vulkan_funcs.hpp | |
+52 −0 | include/vulkan/vulkan_handles.hpp | |
+50 −0 | include/vulkan/vulkan_hash.hpp | |
+42 −5 | include/vulkan/vulkan_raii.hpp | |
+23 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+374 −0 | include/vulkan/vulkan_structs.hpp | |
+36 −0 | include/vulkan/vulkan_to_string.hpp | |
+17,601 −30,509 | registry/validusage.json | |
+72 −6 | 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
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
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.